Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciHostBridgeLib/
DFdtPciHostBridgeLib.c106 UINT64 Mmio32Translation; in ProcessPciHost() local
219 Mmio32Translation = SwapBytes64 (Record->CpuBase) - *Mmio32Base; in ProcessPciHost()
227 ASSERT (PcdGet64 (PcdPciMmio32Translation) == Mmio32Translation); in ProcessPciHost()
229 if (Mmio32Translation != 0) { in ProcessPciHost()
231 "0x%Lx\n", __FUNCTION__, Mmio32Translation)); in ProcessPciHost()