Searched refs:vbe_ioport_write_data (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/display/ |
| H A D | ati.c | 100 vbe_ioport_write_data(&s->vga, 0, VBE_DISPI_DISABLED); in ati_vga_switch_mode() 110 vbe_ioport_write_data(&s->vga, 0, VBE_DISPI_ENABLED | in ati_vga_switch_mode() 118 vbe_ioport_write_data(&s->vga, 0, stride); in ati_vga_switch_mode() 124 vbe_ioport_write_data(&s->vga, 0, offs % stride / bypp); in ati_vga_switch_mode() 127 vbe_ioport_write_data(&s->vga, 0, offs / stride); in ati_vga_switch_mode() 138 vbe_ioport_write_data(&s->vga, 0, VBE_DISPI_DISABLED); in ati_vga_switch_mode()
|
| H A D | vga_int.h | 186 void vbe_ioport_write_data(void *opaque, uint32_t addr, uint32_t val);
|
| H A D | vga-pci.c | 137 vbe_ioport_write_data(s, 0, val); in pci_vga_bochs_write()
|
| H A D | vga.c | 725 void vbe_ioport_write_data(void *opaque, uint32_t addr, uint32_t val) in vbe_ioport_write_data() function 2286 { 1, 1, 2, .read = vbe_ioport_read_data, .write = vbe_ioport_write_data }, 2287 { 2, 1, 2, .read = vbe_ioport_read_data, .write = vbe_ioport_write_data }, 2293 { 2, 1, 2, .read = vbe_ioport_read_data, .write = vbe_ioport_write_data },
|