Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciHostBridgeLib/
DFdtPciHostBridgeLib.c107 UINT64 Mmio64Translation; in ProcessPciHost() local
240 Mmio64Translation = SwapBytes64 (Record->CpuBase) - *Mmio64Base; in ProcessPciHost()
242 ASSERT (PcdGet64 (PcdPciMmio64Translation) == Mmio64Translation); in ProcessPciHost()
244 if (Mmio64Translation != 0) { in ProcessPciHost()
246 "0x%Lx\n", __FUNCTION__, Mmio64Translation)); in ProcessPciHost()