Searched refs:pci_ide_data_le_ops (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/ide/ |
H A D | sii3112.c | 93 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 D | via.c | 208 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 D | cmd646.c | 273 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 D | pci.c | 102 const MemoryRegionOps pci_ide_data_le_ops = { variable
|
/openbmc/qemu/include/hw/ide/ |
H A D | pci.h | 68 extern const MemoryRegionOps pci_ide_data_le_ops;
|