Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/pcie/
Dpcie_if.c51 return PcieCntlrDmaMap((struct PcieCntlr *)handle, cb, addr, len, dir); in PcieDmaMap()
Dpcie_dispatch.c160 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()
Dpcie_core.c159 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/
Dpcie_core.h90 int32_t PcieCntlrDmaMap(struct PcieCntlr *cntlr, PcieCallbackFunc cb, uintptr_t addr, uint32_t len,…