Home
last modified time | relevance | path

Searched refs:vbe_ioport_write_data (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/display/
H A Dati.c99 vbe_ioport_write_data(&s->vga, 0, VBE_DISPI_DISABLED); in ati_vga_switch_mode()
109 vbe_ioport_write_data(&s->vga, 0, VBE_DISPI_ENABLED | in ati_vga_switch_mode()
117 vbe_ioport_write_data(&s->vga, 0, stride); in ati_vga_switch_mode()
123 vbe_ioport_write_data(&s->vga, 0, offs % stride / bypp); in ati_vga_switch_mode()
126 vbe_ioport_write_data(&s->vga, 0, offs / stride); in ati_vga_switch_mode()
137 vbe_ioport_write_data(&s->vga, 0, VBE_DISPI_DISABLED); in ati_vga_switch_mode()
H A Dvga_int.h181 void vbe_ioport_write_data(void *opaque, uint32_t addr, uint32_t val);
H A Dvga-pci.c137 vbe_ioport_write_data(s, 0, val); in pci_vga_bochs_write()
H A Dvga.c746 void vbe_ioport_write_data(void *opaque, uint32_t addr, uint32_t val) in vbe_ioport_write_data() function
2267 { 1, 1, 2, .read = vbe_ioport_read_data, .write = vbe_ioport_write_data },
2268 { 2, 1, 2, .read = vbe_ioport_read_data, .write = vbe_ioport_write_data },
2274 { 2, 1, 2, .read = vbe_ioport_read_data, .write = vbe_ioport_write_data },