Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga_int.h184 extern const uint8_t gr_mask[16];
H A Dcirrus_vga.c1516 s->vga.gr[reg_index] = reg_value & gr_mask[reg_index]; in cirrus_vga_write_gr()
1520 s->vga.gr[reg_index] = reg_value & gr_mask[reg_index]; in cirrus_vga_write_gr()
1529 s->vga.gr[reg_index] = reg_value & gr_mask[reg_index]; in cirrus_vga_write_gr()
H A Dvga.c74 const uint8_t gr_mask[16] = { variable
524 s->gr[s->gr_index] = val & gr_mask[s->gr_index]; in vga_ioport_write()