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.c100 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 Dvga_int.h186 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.c725 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 },