Home
last modified time | relevance | path

Searched refs:dbdma_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ide/
H A Dmacio.c407 static const IDEDMAOps dbdma_ops = { variable
421 s->dma.ops = &dbdma_ops; in macio_ide_realizefn()
/openbmc/qemu/hw/misc/macio/
H A Dmac_dbdma.c796 static const MemoryRegionOps dbdma_ops = { variable
909 memory_region_init_io(&s->mem, obj, &dbdma_ops, s, "dbdma", 0x1000); in mac_dbdma_init()