Searched refs:Mmio32Base (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciHostBridgeLib/ |
D | FdtPciHostBridgeLib.c | 90 OUT UINT64 *Mmio32Base, in ProcessPciHost() argument 115 *Mmio32Base = 0; in ProcessPciHost() 217 *Mmio32Base = SwapBytes64 (Record->ChildBase); in ProcessPciHost() 219 Mmio32Translation = SwapBytes64 (Record->CpuBase) - *Mmio32Base; in ProcessPciHost() 221 if (*Mmio32Base > MAX_UINT32 || *Mmio32Size > MAX_UINT32 || in ProcessPciHost() 222 *Mmio32Base + *Mmio32Size > SIZE_4GB) { in ProcessPciHost() 268 IoTranslation, *Mmio32Base, *Mmio32Size, *Mmio64Base, *Mmio64Size)); in ProcessPciHost() 290 UINT64 Mmio32Base, Mmio32Size; in PciHostBridgeGetRootBridges() local 302 Status = ProcessPciHost (&IoBase, &IoSize, &Mmio32Base, &Mmio32Size, in PciHostBridgeGetRootBridges() 330 mRootBridge.Mem.Base = Mmio32Base; in PciHostBridgeGetRootBridges() [all …]
|