Searched refs:ide_data_readl (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/ide/ |
H A D | ide-internal.h | 417 uint32_t ide_data_readl(void *opaque, uint32_t addr);
|
H A D | macio.c | 269 retval = ide_data_readl(&d->bus, 0); in pmac_ide_read()
|
H A D | pci.c | 80 return ide_data_readl(bus, addr); in pci_ide_data_read()
|
H A D | trace-events | 12 ide_data_readl(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO rd @ 0x…
|
H A D | core.c | 87 { 0, 1, 4, .read = ide_data_readl, .write = ide_data_writel }, 2499 uint32_t ide_data_readl(void *opaque, uint32_t addr) in ide_data_readl() function
|