Searched refs:PciExpressBase (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/ |
D | MultiPlatformLib.c | 72 PlatformInfoHob->PciData.PciExpressBase = PcdGet64 (PcdPciExpressBaseAddress); in MultiPlatformInfoInit() 74 …->PciData.PciResourceMem32Base = (UINT32) (PlatformInfoHob->PciData.PciExpressBase - RES_MEM32_MI… in MultiPlatformInfoInit() 75 …formInfoHob->PciData.PciResourceMem32Limit = (UINT32) (PlatformInfoHob->PciData.PciExpressBase -1); in MultiPlatformInfoInit() 89 if (PlatformInfoHob->PciData.PciExpressBase > PlatformInfoHob->PciData.PciResourceMem32Base ) { in MultiPlatformInfoInit() 92 PlatformInfoHob->MemData.MemMaxTolm = (UINT32) PlatformInfoHob->PciData.PciExpressBase; in MultiPlatformInfoInit()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/ |
D | MemoryCallback.c | 88 DEBUG ((EFI_D_ERROR, "PCIE OSBASE: %lX\n", PlatformInfo->PciData.PciExpressBase)); in EndOfPeiPpiNotifyCallback() 92 PlatformInfo->PciData.PciExpressBase, in EndOfPeiPpiNotifyCallback() 116 HecBaseHigh = (UINT32) RShiftU64 (PlatformInfo->PciData.PciExpressBase, 28); in EndOfPeiPpiNotifyCallback() 280 PlatformInfo->PciData.PciExpressBase, in MemoryDiscoveredPpiNotifyCallback() 283 DEBUG ((EFI_D_INFO, "PciExpressBase : 0x%x\n", PlatformInfo->PciData.PciExpressBase)); in MemoryDiscoveredPpiNotifyCallback()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/ |
D | Platform.c | 95 #define PciCfg16Read( PciExpressBase, Bus, Device, Function, Register ) \ 96 MmioRead16(PciExpressBase + \ 101 #define PciCfg16Write( PciExpressBase, Bus, Device, Function, Register, Data ) \ 102 MmioWrite16(PciExpressBase + \
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/ |
D | BdsPlatform.c | 473 UINT64 PciExpressBase; in PatchPciRootBridgeDevicePath() local 475 PciExpressBase = GetPciExpressBaseAddressForRootBridge (HostBridgeNumber, RootBridgeNumber); in PatchPciRootBridgeDevicePath() 477 DEBUG ((EFI_D_INFO, "Get PciExpress Address from Hob: 0x%X\n", PciExpressBase)); in PatchPciRootBridgeDevicePath() 479 if (PciExpressBase != 0) { in PatchPciRootBridgeDevicePath()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/ |
D | PlatformInfo.h | 122 UINT64 PciExpressBase;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/ |
D | LegacyBios.h | 207 UINT32 PciExpressBase; member
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
D | LegacyBios.h | 225 UINT32 PciExpressBase; member
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyBios.c | 498 Private->Legacy16Table->PciExpressBase = (UINT32)Location; in ShadowAndStartLegacy16()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/ |
D | AcpiPlatform.c | 476 = mPlatformInfo->PciData.PciExpressBase; in PlatformUpdateTables()
|