Searched refs:ide_data_writel (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/ide/ |
H A D | ide-internal.h | 416 void ide_data_writel(void *opaque, uint32_t addr, uint32_t val);
|
H A D | macio.c | 317 ide_data_writel(&d->bus, 0, val); in pmac_ide_write()
|
H A D | pci.c | 97 ide_data_writel(bus, addr, data); in pci_ide_data_write()
|
H A D | trace-events | 13 ide_data_writel(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO wr @ 0x…
|
H A D | core.c | 87 { 0, 1, 4, .read = ide_data_readl, .write = ide_data_writel }, 2471 void ide_data_writel(void *opaque, uint32_t addr, uint32_t val) in ide_data_writel() function
|