Searched refs:pci_dma_rw (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/pci/ |
H A D | pci_device.h | 243 static inline MemTxResult pci_dma_rw(PCIDevice *dev, dma_addr_t addr, in pci_dma_rw() function 266 return pci_dma_rw(dev, addr, buf, len, in pci_dma_read() 285 return pci_dma_rw(dev, addr, (void *) buf, len, in pci_dma_write()
|
/openbmc/qemu/hw/scsi/ |
H A D | esp-pci.c | 317 pci_dma_rw(PCI_DEVICE(pci), addr, buf, len, dir, MEMTXATTRS_UNSPECIFIED); in esp_pci_dma_memory_rw()
|
/openbmc/qemu/docs/devel/ |
H A D | loads-stores.rst | 517 ``pci_dma_rw``
|
/openbmc/qemu/hw/audio/ |
H A D | intel-hda.c | 433 pci_dma_rw(&d->pci, st->bpl[st->be].addr + st->bp, buf, copy, !output, in intel_hda_xfer()
|