Searched refs:PCI_ECAM_BASE (Results 1 – 3 of 3) sorted by relevance
109 …SetTranslationAddressEntry (CpuIo, TranslationTable, PCI_ECAM_BASE, PCI_ECAM_BASE, PCI_ECAM_SIZE, … in HWPciRbInit()
387 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()
22 #define PCI_ECAM_BASE FixedPcdGet64 (PcdPciConfigurationSpaceBaseAddress) macro