Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dcirrus_vga_rop2.h107 unsigned bits, bits_xor; in glue() local
120 bits_xor = 0xff; in glue()
123 bits_xor = 0x00; in glue()
129 bits = cirrus_src(s, srcaddr++) ^ bits_xor; in glue()
134 bits = cirrus_src(s, srcaddr++) ^ bits_xor; in glue()
192 unsigned int bits, bits_xor; in glue() local
203 bits_xor = 0xff; in glue()
206 bits_xor = 0x00; in glue()
212 bits = cirrus_src(s, srcaddr + pattern_y) ^ bits_xor; in glue()