Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga_regs.h57 #define VGA_PEL_IR 0x3C7 /* PEL Read Index */ macro
H A Dati.c342 val = vga_ioport_read(&s->vga, VGA_PEL_IR) << 16; in ati_mm_read()
349 val = s->regs.palette[vga_ioport_read(&s->vga, VGA_PEL_IR)]; in ati_mm_read()
666 vga_ioport_write(&s->vga, VGA_PEL_IR, (data >> 16) & 0xff); in ati_mm_write()
672 vga_ioport_write(&s->vga, VGA_PEL_IR, data & 0xff); in ati_mm_write()
H A Dvga.c364 case VGA_PEL_IR: in vga_ioport_read()
478 case VGA_PEL_IR: in vga_ioport_write()
/openbmc/linux/include/video/
H A Dvga.h65 #define VGA_PEL_IR 0x3C7 /* PEL Read Index */ macro
/openbmc/linux/drivers/video/fbdev/nvidia/
H A Dnv_setup.c125 VGA_WR08(par->PDIO, VGA_PEL_IR, value); in NVWriteDacReadAddr()
/openbmc/linux/drivers/video/
H A Dvgastate.c317 vga_w(state->vgabase, VGA_PEL_IR, 0x00); in save_vga_cmap()
/openbmc/linux/drivers/video/fbdev/
H A Dcirrusfb.c2419 if (regnum == VGA_PEL_IR || regnum == VGA_PEL_D) in WGen()
2435 if (regnum == VGA_PEL_IR || regnum == VGA_PEL_D) in RGen()
2560 vga_w(cinfo->regbase, VGA_PEL_IR, regnum);