Home
last modified time | relevance | path

Searched refs:pci_dma_rw (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci_device.h229 static inline MemTxResult pci_dma_rw(PCIDevice *dev, dma_addr_t addr, in pci_dma_rw() function
252 return pci_dma_rw(dev, addr, buf, len, in pci_dma_read()
271 return pci_dma_rw(dev, addr, (void *) buf, len, in pci_dma_write()
/openbmc/qemu/hw/scsi/
H A Desp-pci.c317 pci_dma_rw(PCI_DEVICE(pci), addr, buf, len, dir, MEMTXATTRS_UNSPECIFIED); in esp_pci_dma_memory_rw()
/openbmc/qemu/docs/devel/
H A Dloads-stores.rst517 ``pci_dma_rw``
/openbmc/qemu/hw/audio/
H A Dintel-hda.c433 pci_dma_rw(&d->pci, st->bpl[st->be].addr + st->bp, buf, copy, !output, in intel_hda_xfer()