Searched refs:ide_data_writew (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/ide/ |
H A D | mmio.c | 80 ide_data_writew(&s->bus, 0, val); in mmio_ide_write()
|
H A D | ide-internal.h | 414 void ide_data_writew(void *opaque, uint32_t addr, uint32_t val);
|
H A D | macio.c | 315 ide_data_writew(&d->bus, 0, val); in pmac_ide_write()
|
H A D | pci.c | 95 ide_data_writew(bus, addr, data); in pci_ide_data_write()
|
H A D | trace-events | 11 ide_data_writew(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO wr @ 0x…
|
H A D | core.c | 86 { 0, 1, 2, .read = ide_data_readw, .write = ide_data_writew }, 2397 void ide_data_writew(void *opaque, uint32_t addr, uint32_t val) in ide_data_writew() function
|