Home
last modified time | relevance | path

Searched refs:AddrRangeMax (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DPcatPciRootBridge.c644 Configuration->AddrRangeMax = PrivateData->SubordinateBus; in ConstructConfiguration()
645 Configuration->AddrLen = Configuration->AddrRangeMax - Configuration->AddrRangeMin + 1; in ConstructConfiguration()
657 Configuration->AddrRangeMax = PrivateData->IoLimit; in ConstructConfiguration()
658 Configuration->AddrLen = Configuration->AddrRangeMax - Configuration->AddrRangeMin + 1; in ConstructConfiguration()
672 Configuration->AddrRangeMax = PrivateData->Mem32Limit; in ConstructConfiguration()
673 …Configuration->AddrLen = Configuration->AddrRangeMax - Configuration->AddrRangeMin + … in ConstructConfiguration()
687 Configuration->AddrRangeMax = PrivateData->Pmem32Limit; in ConstructConfiguration()
688 …Configuration->AddrLen = Configuration->AddrRangeMax - Configuration->AddrRangeMin + … in ConstructConfiguration()
702 Configuration->AddrRangeMax = PrivateData->Mem64Limit; in ConstructConfiguration()
703 …Configuration->AddrLen = Configuration->AddrRangeMax - Configuration->AddrRangeMin + … in ConstructConfiguration()
[all …]
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/
DPciHostBridge.c802 ((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Temp)->AddrRangeMax = 0; in StartBusEnumeration()
1046 if (Ptr->AddrRangeMax >= 0xffffffff || in SubmitResources()
1047 Ptr->AddrRangeMax != (GetPowerOfTwo64 ( in SubmitResources()
1048 Ptr->AddrRangeMax + 1) - 1)) { in SubmitResources()
1073 Alignment = Ptr->AddrRangeMax; in SubmitResources()
1104 Alignment = (UINTN) Ptr->AddrRangeMax; in SubmitResources()
1227 Ptr->AddrRangeMax = 0; in GetProposedResources()
1245 Ptr->AddrRangeMax = 0; in GetProposedResources()
1263 Ptr->AddrRangeMax = 0; in GetProposedResources()
1279 Ptr->AddrRangeMax = 0; in GetProposedResources()
[all …]
DPciRootBridgeIo.c2617 Desc->AddrRangeMax = PrivateData->ResAllocNode[Index].Base + in RootBridgeIoConfiguration()
/device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/
DPciHostBridge.c957 ((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Temp)->AddrRangeMax = 0; in StartBusEnumeration()
1201 if (Ptr->AddrRangeMax >= 0xffffffff || in SubmitResources()
1202 Ptr->AddrRangeMax != (GetPowerOfTwo64 ( in SubmitResources()
1203 Ptr->AddrRangeMax + 1) - 1)) { in SubmitResources()
1228 Alignment = Ptr->AddrRangeMax; in SubmitResources()
1259 Alignment = (UINTN) Ptr->AddrRangeMax; in SubmitResources()
1382 Ptr->AddrRangeMax = 0; in GetProposedResources()
1400 Ptr->AddrRangeMax = 0; in GetProposedResources()
1418 Ptr->AddrRangeMax = 0; in GetProposedResources()
1434 Ptr->AddrRangeMax = 0; in GetProposedResources()
[all …]
DPciRootBridgeIo.c2619 Desc->AddrRangeMax = PrivateData->ResAllocNode[Index].Base + in RootBridgeIoConfiguration()
/device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/
DPciHostBridge.c747 ((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Temp)->AddrRangeMax = 0; in StartBusEnumeration()
950 …if (Ptr->AddrRangeMax >= 0xffffffff || Ptr->AddrRangeMax != (GetPowerOfTwo64 (Ptr->AddrRangeMax + … in SubmitResources()
974 Alignment = Ptr->AddrRangeMax; in SubmitResources()
1000 Alignment = (UINTN) Ptr->AddrRangeMax; in SubmitResources()
1114 Ptr->AddrRangeMax = 0; in GetProposedResources()
1131 Ptr->AddrRangeMax = 0; in GetProposedResources()
1148 Ptr->AddrRangeMax = 0; in GetProposedResources()
1164 Ptr->AddrRangeMax = 0; in GetProposedResources()
1180 Ptr->AddrRangeMax = 0; in GetProposedResources()
DPciRootBridgeIo.c2136 …Configuration.SpaceDesp[Index].AddrRangeMax = PrivateData->ResAllocNode[Index].Base + PrivateData-… in RootBridgeIoConfiguration()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
DPciHostBridgeResourceAllocation.c307 ((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Ptr)->AddrRangeMax = 0; // Bus Max in PciHbRaStartBusEnumeration()
418 …if ((Desc->AddrRangeMax >= 0xffffffff) || (Desc->AddrRangeMax != (GetPowerOfTwo64 (Desc->AddrRange… in PciHbRaSubmitResources()
448 RootBridgeInstance->ResAlloc[ResType].Alignment = Desc->AddrRangeMax; in PciHbRaSubmitResources()
453 RootBridgeInstance->ResAlloc[ResTypeIo].Alignment = Desc->AddrRangeMax; in PciHbRaSubmitResources()
518 Desc->AddrRangeMax = 0; in PciHbRaGetProposedResources()
DPciRootBridge.c659 …Configuration.SpaceDesp[Index].AddrRangeMax = RootBridge->ResAlloc[Index].Base + RootBridge->ResAl… in PciRbConfiguration()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/
DIncompatiblePciDeviceSupport.c43 UINT64 AddrRangeMax; member
355 AcpiPtr->AddrRangeMax = Dsc->AddrRangeMax; in PCheckDevice()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
DPciHostBridge.c862 ((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *) Temp)->AddrRangeMax = BusReserve; in StartBusEnumeration()
1035 …x%lx AddrRangeMin:0x%lx AddrRangeMax:0x%lx\n\n",ptr->AddrLen,ptr->AddrRangeMin,ptr->AddrRangeMax)); in SubmitResources()
1058 Value = Power2MaxMemory (ptr->AddrRangeMax + 1); in SubmitResources()
1059 if (Value != (ptr->AddrRangeMax + 1)) { in SubmitResources()
1081 Alignment = (UINT64) ptr->AddrRangeMax; in SubmitResources()
1110 Alignment = (UINT64) ptr->AddrRangeMax; in SubmitResources()
1225 ptr->AddrRangeMax = 0; in GetProposedResources()
1241 ptr->AddrRangeMax = 0; in GetProposedResources()
1257 ptr->AddrRangeMax = 0; in GetProposedResources()
1273 ptr->AddrRangeMax = 0; in GetProposedResources()
[all …]
DPciRootBridgeIo.c1546 Config->AddrRangeMax = ResAllocNode->Base + ResAllocNode->Length - 1; in RootBridgeIoConfiguration()
1556 Config->AddrRangeMax = ResAllocNode->Base + ResAllocNode->Length - 1; in RootBridgeIoConfiguration()
1567 Config->AddrRangeMax = ResAllocNode->Base + ResAllocNode->Length - 1; in RootBridgeIoConfiguration()
1578 Config->AddrRangeMax = ResAllocNode->Base + ResAllocNode->Length - 1; in RootBridgeIoConfiguration()
1589 Config->AddrRangeMax = ResAllocNode->Base + ResAllocNode->Length - 1; in RootBridgeIoConfiguration()
1598 Config->AddrRangeMax = ResAllocNode->Base + ResAllocNode->Length - 1; in RootBridgeIoConfiguration()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DAcpi10.h129 UINT64 AddrRangeMax;
245 UINT64 AddrRangeMax;
260 UINT32 AddrRangeMax;
275 UINT16 AddrRangeMax;
DAcpi30.h43 UINT64 AddrRangeMax;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DAcpiCommon.h78 UINT64 AddrRangeMax; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
DAcpi.h75 UINT64 AddrRangeMax; member
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/
DPcatIo.c634 MaxBus = (UINT16)Descriptors->AddrRangeMax; in ScanPciRootBridgeForRoms()
643 if (Descriptors->AddrRangeMax < 0x100000000ULL) { in ScanPciRootBridgeForRoms()
647 …if ((Descriptors->AddrRangeMax - Descriptors->AddrRangeMin) > (RootWindowLimit - RootWindowBase)) { in ScanPciRootBridgeForRoms()
649 RootWindowLimit = Descriptors->AddrRangeMax; in ScanPciRootBridgeForRoms()
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/
DPcatIo.c634 MaxBus = (UINT16)Descriptors->AddrRangeMax; in ScanPciRootBridgeForRoms()
643 if (Descriptors->AddrRangeMax < 0x100000000ULL) { in ScanPciRootBridgeForRoms()
647 …if ((Descriptors->AddrRangeMax - Descriptors->AddrRangeMin) > (RootWindowLimit - RootWindowBase)) { in ScanPciRootBridgeForRoms()
649 RootWindowLimit = Descriptors->AddrRangeMax; in ScanPciRootBridgeForRoms()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciEnumerator.c1199 Ptr->AddrRangeMax = IoNode->Alignment; in ConstructAcpiResourceRequestor()
1222 Ptr->AddrRangeMax = Mem32Node->Alignment; in ConstructAcpiResourceRequestor()
1246 Ptr->AddrRangeMax = PMem32Node->Alignment; in ConstructAcpiResourceRequestor()
1269 Ptr->AddrRangeMax = Mem64Node->Alignment; in ConstructAcpiResourceRequestor()
1292 Ptr->AddrRangeMax = PMem64Node->Alignment; in ConstructAcpiResourceRequestor()
DPciResourceSupport.c2152 Ptr->AddrRangeMax, in ApplyResourcePadding()
2179 Ptr->AddrRangeMax, in ApplyResourcePadding()
2202 Ptr->AddrRangeMax, in ApplyResourcePadding()
2228 Ptr->AddrRangeMax, in ApplyResourcePadding()
2251 Ptr->AddrRangeMax, in ApplyResourcePadding()
DPciEnumeratorSupport.c395 mBarTypeStr[Type], Descriptor->AddrRangeMax, Descriptor->AddrLen in DumpPpbPaddingResource()
1430 SetNewAlign (&(PciIoDevice->PciBar[BarIndex].Alignment), Ptr->AddrRangeMax); in UpdatePciInfo()
2473 *MaxBus = (UINT16) (*Descriptors)->AddrRangeMax; in PciGetBusRange()
DPciIo.c1813 AddressSpace->AddrRangeMax = PciIoDevice->PciBar[BarIndex].Alignment; in PciIoGetBarAttributes()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DMm.c362 ((Bus >= Descriptors->AddrRangeMin) && (Bus <= Descriptors->AddrRangeMax)) in ShellMmLocateIoProtocol()
372 … ) && ((Address >= Descriptors->AddrRangeMin) && (Address <= Descriptors->AddrRangeMax)) in ShellMmLocateIoProtocol()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
DPciSegmentLib.c91 mPciRootBridgeData[Index].MaxBusNumber = Descriptors->AddrRangeMax; in PciSegmentLibConstructor()
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciEnumeratorSupport.c1370 *MaxBus = (UINT16)(*Descriptors)->AddrRangeMax; in PciGetBusRange()

12