Home
last modified time | relevance | path

Searched refs:SVGA_SCRATCH_BASE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvmware_vga.c168 SVGA_SCRATCH_BASE = SVGA_PALETTE_BASE + 768, enumerator
965 if (s->index >= SVGA_SCRATCH_BASE && in vmsvga_value_read()
966 s->index < SVGA_SCRATCH_BASE + s->scratch_size) { in vmsvga_value_read()
967 ret = s->scratch[s->index - SVGA_SCRATCH_BASE]; in vmsvga_value_read()
976 if (s->index >= SVGA_SCRATCH_BASE) { in vmsvga_value_read()
990 if (s->index >= SVGA_SCRATCH_BASE) { in vmsvga_value_write()
1098 if (s->index >= SVGA_SCRATCH_BASE && in vmsvga_value_write()
1099 s->index < SVGA_SCRATCH_BASE + s->scratch_size) { in vmsvga_value_write()
1100 s->scratch[s->index - SVGA_SCRATCH_BASE] = value; in vmsvga_value_write()
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h213 SVGA_SCRATCH_BASE = SVGA_PALETTE_BASE + SVGA_NUM_PALETTE_REGS enumerator