Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
DXPressRich3.c109 …SetTranslationAddressEntry (CpuIo, TranslationTable, PCI_ECAM_BASE, PCI_ECAM_BASE, PCI_ECAM_SIZE, … in HWPciRbInit()
DPciRootBridge.c387 Address = PCI_ECAM_BASE + ((EfiPciAddress->Bus << 20) | in PciRbPciRead()
391 if ((Address < PCI_ECAM_BASE) || (Address > PCI_ECAM_BASE + PCI_ECAM_SIZE)) { in PciRbPciRead()
430 Address = PCI_ECAM_BASE + ((EfiPciAddress->Bus << 20) | in PciRbPciWrite()
434 if (Address < PCI_ECAM_BASE || Address > PCI_ECAM_BASE + PCI_ECAM_SIZE) { in PciRbPciWrite()
DXPressRich3.h22 #define PCI_ECAM_BASE FixedPcdGet64 (PcdPciConfigurationSpaceBaseAddress) macro