Home
last modified time | relevance | path

Searched refs:pci_ide_data_le_ops (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dsii3112.c93 val = pci_ide_data_le_ops.read(&d->i.bus[0], addr - 0x80, size); in sii3112_reg_read()
102 val = pci_ide_data_le_ops.read(&d->i.bus[1], addr - 0xc0, size); in sii3112_reg_read()
174 pci_ide_data_le_ops.write(&d->i.bus[0], addr - 0x80, val, size); in sii3112_reg_write()
180 pci_ide_data_le_ops.write(&d->i.bus[1], addr - 0xc0, val, size); in sii3112_reg_write()
H A Dvia.c208 memory_region_init_io(&d->data_bar[0], OBJECT(d), &pci_ide_data_le_ops, in via_ide_realize()
216 memory_region_init_io(&d->data_bar[1], OBJECT(d), &pci_ide_data_le_ops, in via_ide_realize()
H A Dcmd646.c273 memory_region_init_io(&d->data_bar[0], OBJECT(d), &pci_ide_data_le_ops, in pci_cmd646_ide_realize()
281 memory_region_init_io(&d->data_bar[1], OBJECT(d), &pci_ide_data_le_ops, in pci_cmd646_ide_realize()
H A Dpci.c102 const MemoryRegionOps pci_ide_data_le_ops = { variable
/openbmc/qemu/include/hw/ide/
H A Dpci.h68 extern const MemoryRegionOps pci_ide_data_le_ops;