Home
last modified time | relevance | path

Searched refs:vga_ioport_write (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/display/
H A Dati.c666 vga_ioport_write(&s->vga, VGA_PEL_IR, (data >> 16) & 0xff); in ati_mm_write()
667 vga_ioport_write(&s->vga, VGA_PEL_IW, data & 0xff); in ati_mm_write()
670 vga_ioport_write(&s->vga, VGA_PEL_IW, data & 0xff); in ati_mm_write()
672 vga_ioport_write(&s->vga, VGA_PEL_IR, data & 0xff); in ati_mm_write()
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()
H A Dvga-pci.c96 vga_ioport_write(s, addr + 0x3c0, val); in pci_vga_ioport_write()
104 vga_ioport_write(s, addr + 0x3c0, val & 0xff); in pci_vga_ioport_write()
105 vga_ioport_write(s, addr + 0x3c1, (val >> 8) & 0xff); in pci_vga_ioport_write()
H A Dvga-mmio.c67 vga_ioport_write(&s->vga, addr >> s->it_shift, in vga_mm_write()
H A Dvga_int.h172 void vga_ioport_write(void *opaque, uint32_t addr, uint32_t val);
H A Dvga.c439 void vga_ioport_write(void *opaque, uint32_t addr, uint32_t val) in vga_ioport_write() function
2257 { 0x04, 2, 1, .read = vga_ioport_read, .write = vga_ioport_write }, /* 3b4 */
2258 { 0x0a, 1, 1, .read = vga_ioport_read, .write = vga_ioport_write }, /* 3ba */
2259 { 0x10, 16, 1, .read = vga_ioport_read, .write = vga_ioport_write }, /* 3c0 */
2260 { 0x24, 2, 1, .read = vga_ioport_read, .write = vga_ioport_write }, /* 3d4 */
2261 { 0x2a, 1, 1, .read = vga_ioport_read, .write = vga_ioport_write }, /* 3da */
H A Dqxl.c1277 vga_ioport_write(opaque, addr, val); in qxl_vga_ioport_write()