Home
last modified time | relevance | path

Searched refs:SVGA_SCRATCH_BASE (Results 1 – 1 of 1) 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()