Home
last modified time | relevance | path

Searched refs:bmdma_init (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/hw/ide/
H A Dpci.h59 void bmdma_init(IDEBus *bus, BMDMAState *bm, PCIIDEState *d);
/openbmc/qemu/hw/ide/
H A Dpiix.c146 bmdma_init(&d->bus[i], &d->bmdma[i], d); in pci_piix_init_bus()
H A Dvia.c232 bmdma_init(&d->bus[i], &d->bmdma[i], d); in via_ide_realize()
H A Dsii3112.c288 bmdma_init(&s->bus[i], &s->bmdma[i], s); in sii3112_pci_realize()
H A Dcmd646.c300 bmdma_init(&d->bus[i], &d->bmdma[i], d); in pci_cmd646_ide_realize()
H A Dpci.c600 void bmdma_init(IDEBus *bus, BMDMAState *bm, PCIIDEState *d) in bmdma_init() function