Home
last modified time | relevance | path

Searched refs:HecBase (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
DPciRootBridgeIo.c62 UINT32 HecBase; in SimpleIioRootBridgeConstructor() local
100 HecBase = (UINT32) PcdGet64 (PcdPciExpressBaseAddress); in SimpleIioRootBridgeConstructor()
103 ASSERT ((HecBase & (HecSize - 1)) == 0); in SimpleIioRootBridgeConstructor()
104 ASSERT (HecBase != 0); in SimpleIioRootBridgeConstructor()
106 PrivateData->HecBase = HecBase; in SimpleIioRootBridgeConstructor()
899 if (PrivateData->HecBase == 0) { in RootBridgeIoPciRead()
913 ExtConfigAdd = (UINT64) PrivateData->HecBase + PCIE_OFF (PciBus, PciDev, PciFn, PciExtReg); in RootBridgeIoPciRead()
977 if (PrivateData->HecBase == 0) { in RootBridgeIoPciWrite()
991 ExtConfigAdd = (UINT64) PrivateData->HecBase + PCIE_OFF (PciBus, PciDev, PciFn, PciExtReg); in RootBridgeIoPciWrite()
DPciRootBridge.h87 UINT32 HecBase; member