Searched refs:gr_mask (Results 1 – 3 of 3) sorted by relevance
189 extern const uint8_t gr_mask[16];
1516 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()
84 const uint8_t gr_mask[16] = { variable503 s->gr[s->gr_index] = val & gr_mask[s->gr_index]; in vga_ioport_write()