Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/pcie/
H A Dpcie_core.c130 if (data == NULL || len == 0 || mode > PCIE_IO) { in PcieCntlrRead()
148 if (data == NULL || len == 0 || mode > PCIE_IO) { in PcieCntlrWrite()
H A Dpcie_if_u.c97 if (data == NULL || mode > PCIE_IO || len == 0) { in PcieRead()
154 if (data == NULL || mode > PCIE_IO || len == 0) { in PcieWrite()
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dpcie_if.h43 PCIE_IO, enumerator
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/bus/
H A Dhdf_pcie_intf.c308 ret = PcieRead(devBase->handle, PCIE_IO, addr, buf, cnt); in HdfPcieIoRead()
327 ret = PcieWrite(devBase->handle, PCIE_IO, addr, buf, cnt); in HdfPcieIoWrite()