Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dide-internal.h417 uint32_t ide_data_readl(void *opaque, uint32_t addr);
H A Dmacio.c269 retval = ide_data_readl(&d->bus, 0); in pmac_ide_read()
H A Dpci.c80 return ide_data_readl(bus, addr); in pci_ide_data_read()
H A Dtrace-events12 ide_data_readl(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO rd @ 0x…
H A Dcore.c87 { 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