Searched refs:bmdma_init (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/hw/ide/ |
H A D | pci.h | 59 void bmdma_init(IDEBus *bus, BMDMAState *bm, PCIIDEState *d);
|
/openbmc/qemu/hw/ide/ |
H A D | piix.c | 146 bmdma_init(&d->bus[i], &d->bmdma[i], d); in pci_piix_init_bus()
|
H A D | via.c | 232 bmdma_init(&d->bus[i], &d->bmdma[i], d); in via_ide_realize()
|
H A D | sii3112.c | 288 bmdma_init(&s->bus[i], &s->bmdma[i], s); in sii3112_pci_realize()
|
H A D | cmd646.c | 300 bmdma_init(&d->bus[i], &d->bmdma[i], d); in pci_cmd646_ide_realize()
|
H A D | pci.c | 600 void bmdma_init(IDEBus *bus, BMDMAState *bm, PCIIDEState *d) in bmdma_init() function
|