Searched refs:PcieCntlrDmaMap (Results 1 – 4 of 4) sorted by relevance
/drivers/hdf_core/framework/support/platform/src/pcie/ |
D | pcie_if.c | 51 return PcieCntlrDmaMap((struct PcieCntlr *)handle, cb, addr, len, dir); in PcieDmaMap()
|
D | pcie_dispatch.c | 160 return PcieCntlrDmaMap(cntlr, PcieIoDmaCb, (uintptr_t)buf, len, PCIE_DMA_TO_DEVICE); in DmaToDevice() 176 return PcieCntlrDmaMap(cntlr, PcieIoDmaCb, (uintptr_t)addr, len, PCIE_DMA_FROM_DEVICE); in DeviceToDma()
|
D | pcie_core.c | 159 int32_t PcieCntlrDmaMap(struct PcieCntlr *cntlr, PcieCallbackFunc cb, uintptr_t addr, uint32_t len,… in PcieCntlrDmaMap() function
|
/drivers/hdf_core/framework/support/platform/include/pcie/ |
D | pcie_core.h | 90 int32_t PcieCntlrDmaMap(struct PcieCntlr *cntlr, PcieCallbackFunc cb, uintptr_t addr, uint32_t len,…
|