Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga_regs.h128 #define VGA_ATC_COLOR_PAGE 0x14 macro
H A Dvga.c452 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()
/openbmc/linux/include/video/
H A Dvga.h134 #define VGA_ATC_COLOR_PAGE 0x14 macro
/openbmc/linux/drivers/video/fbdev/core/
H A Dsvgalib.c113 svga_wattr(regbase, VGA_ATC_COLOR_PAGE, 0x00); in svga_set_default_atc_regs()
/openbmc/linux/drivers/video/fbdev/
H A Dvga16fb.c588 atc[VGA_ATC_COLOR_PAGE] = 0x00; in vga16fb_set_par()
H A Di740fb.c560 par->atc[VGA_ATC_COLOR_PAGE] = 0x00; in i740fb_decode_var()
H A Dcirrusfb.c1655 vga_wattr(cinfo->regbase, VGA_ATC_COLOR_PAGE, 0x00); in init_vgachip()