Home
last modified time | relevance | path

Searched refs:VGA_PEL_D (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/display/
A Dati.c346 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 Dvga_regs.h43 #define VGA_PEL_D 0x3C9 /* PEL Data Register */ macro
A Dvga.c370 case VGA_PEL_D: in vga_ioport_read()
488 case VGA_PEL_D: in vga_ioport_write()

Completed in 13 milliseconds