Searched refs:VGA_ATC_COLOR_PAGE (Results 1 – 7 of 7) sorted by relevance
128 #define VGA_ATC_COLOR_PAGE 0x14 macro
452 case VGA_ATC_COLOR_PAGE: in vga_ioport_write()1047 v = ((s->ar[VGA_ATC_COLOR_PAGE] & 0xf) << 4) | (v & 0xf); in update_palette16()1049 v = ((s->ar[VGA_ATC_COLOR_PAGE] & 0xc) << 4) | (v & 0x3f); in update_palette16()
134 #define VGA_ATC_COLOR_PAGE 0x14 macro
113 svga_wattr(regbase, VGA_ATC_COLOR_PAGE, 0x00); in svga_set_default_atc_regs()
588 atc[VGA_ATC_COLOR_PAGE] = 0x00; in vga16fb_set_par()
560 par->atc[VGA_ATC_COLOR_PAGE] = 0x00; in i740fb_decode_var()
1655 vga_wattr(cinfo->regbase, VGA_ATC_COLOR_PAGE, 0x00); in init_vgachip()