Searched refs:VGA_PEL_IR (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | vga_regs.h | 57 #define VGA_PEL_IR 0x3C7 /* PEL Read Index */ macro
|
H A D | ati.c | 342 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 D | vga.c | 364 case VGA_PEL_IR: in vga_ioport_read() 478 case VGA_PEL_IR: in vga_ioport_write()
|
/openbmc/linux/include/video/ |
H A D | vga.h | 65 #define VGA_PEL_IR 0x3C7 /* PEL Read Index */ macro
|
/openbmc/linux/drivers/video/fbdev/nvidia/ |
H A D | nv_setup.c | 125 VGA_WR08(par->PDIO, VGA_PEL_IR, value); in NVWriteDacReadAddr()
|
/openbmc/linux/drivers/video/ |
H A D | vgastate.c | 317 vga_w(state->vgabase, VGA_PEL_IR, 0x00); in save_vga_cmap()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | cirrusfb.c | 2419 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);
|