Home
last modified time | relevance | path

Searched refs:PCI_ECAM_SIZE (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
DXPressRich3.h23 #define PCI_ECAM_SIZE FixedPcdGet64 (PcdPciConfigurationSpaceSize) macro
DXPressRich3.c109 …SetTranslationAddressEntry (CpuIo, TranslationTable, PCI_ECAM_BASE, PCI_ECAM_BASE, PCI_ECAM_SIZE, … in HWPciRbInit()
DPciRootBridge.c391 if ((Address < PCI_ECAM_BASE) || (Address > PCI_ECAM_BASE + PCI_ECAM_SIZE)) { in PciRbPciRead()
434 if (Address < PCI_ECAM_BASE || Address > PCI_ECAM_BASE + PCI_ECAM_SIZE) { in PciRbPciWrite()