Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dcirrus_vga.c86 #define CIRRUS_CURSOR_LARGE 0x04 // 64x64 if set, 32x32 if clear macro
2145 if (s->vga.sr[0x12] & CIRRUS_CURSOR_LARGE) { in cirrus_cursor_compute_yrange()
2197 if (s->vga.sr[0x12] & CIRRUS_CURSOR_LARGE) in cirrus_cursor_invalidate()
2263 if (s->vga.sr[0x12] & CIRRUS_CURSOR_LARGE) { in cirrus_cursor_draw_line()
2274 if (s->vga.sr[0x12] & CIRRUS_CURSOR_LARGE) { in cirrus_cursor_draw_line()