Searched refs:VGA_PEL_D (Results 1 – 3 of 3) sorted by relevance
| /qemu/hw/display/ |
| A D | ati.c | 346 val = vga_ioport_read(&s->vga, VGA_PEL_D); in ati_mm_read() 679 vga_ioport_write(&s->vga, VGA_PEL_D, data & 0xff); in ati_mm_write() 681 vga_ioport_write(&s->vga, VGA_PEL_D, data & 0xff); in ati_mm_write() 683 vga_ioport_write(&s->vga, VGA_PEL_D, data & 0xff); in ati_mm_write() 687 vga_ioport_write(&s->vga, VGA_PEL_D, (data >> 22) & 0xff); in ati_mm_write() 688 vga_ioport_write(&s->vga, VGA_PEL_D, (data >> 12) & 0xff); in ati_mm_write() 689 vga_ioport_write(&s->vga, VGA_PEL_D, (data >> 2) & 0xff); in ati_mm_write()
|
| A D | vga_regs.h | 43 #define VGA_PEL_D 0x3C9 /* PEL Data Register */ macro
|
| A D | vga.c | 370 case VGA_PEL_D: in vga_ioport_read() 488 case VGA_PEL_D: in vga_ioport_write()
|
Completed in 13 milliseconds