Searched refs:ide_data_readw (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/ide/ |
H A D | macio.c | 264 retval = ide_data_readw(&d->bus, 0) & 0xFF; in pmac_ide_read() 266 retval = ide_data_readw(&d->bus, 0); in pmac_ide_read()
|
H A D | mmio.c | 69 return ide_data_readw(&s->bus, 0); in mmio_ide_read()
|
H A D | ide-internal.h | 415 uint32_t ide_data_readw(void *opaque, uint32_t addr);
|
H A D | pci.c | 78 return ide_data_readw(bus, addr); in pci_ide_data_read()
|
H A D | core.c | 86 { 0, 1, 2, .read = ide_data_readw, .write = ide_data_writew }, 2236 ret = ide_data_readw(bus, addr) & 0xff; in ide_ioport_read() 2432 uint32_t ide_data_readw(void *opaque, uint32_t addr) in ide_data_readw() function
|
H A D | trace-events | 10 ide_data_readw(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO rd @ 0x…
|