Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dcirrus_vga.c116 #define CIRRUS_BLT_START 0x02 macro
859 ~(CIRRUS_BLT_START | CIRRUS_BLT_BUSY | CIRRUS_BLT_FIFOUSED); in cirrus_bitblt_reset()
1092 } else if (((old_value & CIRRUS_BLT_START) == 0) && in cirrus_write_bitblt()
1093 ((reg_value & CIRRUS_BLT_START) != 0)) { in cirrus_write_bitblt()