Searched refs:Pci64Base (Results 1 – 1 of 1) sorted by relevance
104 UINT64 Pci64Base, Pci64Size; in GetFirstNonAddress() local190 Pci64Base = ALIGN_VALUE (FirstNonAddress, (UINT64)SIZE_1GB); in GetFirstNonAddress()199 Pci64Base = ALIGN_VALUE (Pci64Base, GetPowerOfTwo64 (Pci64Size)); in GetFirstNonAddress()207 PcdStatus = PcdSet64S (PcdPciMmio64Base, Pci64Base); in GetFirstNonAddress()213 __FUNCTION__, Pci64Base, Pci64Size)); in GetFirstNonAddress()219 FirstNonAddress = Pci64Base + Pci64Size; in GetFirstNonAddress()