Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/pcie/
Dpcie_if.c41 return PcieCntlrRead((struct PcieCntlr *)handle, mode, pos, data, len); in PcieRead()
Dpcie_core.c122 int32_t PcieCntlrRead(struct PcieCntlr *cntlr, uint32_t mode, uint32_t pos, uint8_t *data, uint32_t… in PcieCntlrRead() function
Dpcie_dispatch.c63 ret = PcieCntlrRead(cntlr, mode, pos, buf, len); in PcieCmdRead()
/drivers/hdf_core/framework/support/platform/include/pcie/
Dpcie_core.h86 int32_t PcieCntlrRead(struct PcieCntlr *cntlr, uint32_t mode, uint32_t pos, uint8_t *data, uint32_t…