Home
last modified time | relevance | path

Searched refs:ResType (Results 1 – 25 of 32) sorted by relevance

12

/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
DPciHostBridgeResourceAllocation.c302 …((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Ptr)->ResType = ACPI_ADDRESS_SPACE_TYPE_BUS; // Resource Ty… in PciHbRaStartBusEnumeration()
340 if (((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Ptr)->ResType != ACPI_ADDRESS_SPACE_TYPE_BUS) { in PciHbRaSetBusNumbers()
383 PCI_RESOURCE_TYPE ResType; in PciHbRaSubmitResources() local
422 switch (Desc->ResType) { in PciHbRaSubmitResources()
436 ResType = ResTypePMem32; in PciHbRaSubmitResources()
438 ResType = ResTypeMem32; in PciHbRaSubmitResources()
442 ResType = ResTypePMem64; in PciHbRaSubmitResources()
444 ResType = ResTypeMem64; in PciHbRaSubmitResources()
447 RootBridgeInstance->ResAlloc[ResType].Length = Desc->AddrLen; in PciHbRaSubmitResources()
448 RootBridgeInstance->ResAlloc[ResType].Alignment = Desc->AddrRangeMax; in PciHbRaSubmitResources()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciResourceSupport.c173 Temp->ResType = Dst->ResType; in MergeResourceTree()
359 if (Bridge->ResType == PciBarTypeIo16) { in CalculateResourceAperture()
692 IN PCI_BAR_TYPE ResType, in CreateResourceNode() argument
711 Node->ResType = ResType; in CreateResourceNode()
739 IN PCI_BAR_TYPE ResType, in CreateVfResourceNode() argument
745 Node = CreateResourceNode (PciDev, Length, Alignment, Bar, ResType, ResUsage); in CreateVfResourceNode()
1692 Node.ResType = PciBarTypeMem32; in ProgrameUpstreamBridgeForRom()
1748 ResourcePool->ResType = ResourceType; in InitializeResourcePool()
1946 if (Node->ResType == PciBarTypeMem32) { in ProgramP2C()
1991 Node->PciDev->PciBar[Node->Bar].BarType = Node->ResType; in ProgramP2C()
[all …]
DPciEnumerator.c702 switch (ACPIAddressDesc->ResType) { in GetResourceAllocationStatus()
990 UINTN ResType; in PciHostBridgeAdjustAllocation() local
1012 for (ResType = 0; ResType < 5; ResType++) { in PciHostBridgeAdjustAllocation()
1014 if (ResStatus[ResType] == EFI_RESOURCE_SATISFIED) { in PciHostBridgeAdjustAllocation()
1018 if (ResStatus[ResType] == EFI_RESOURCE_NOT_SATISFIED) { in PciHostBridgeAdjustAllocation()
1028 PciResNode = GetMaxResourceConsumerDevice (ResPool[ResType]); in PciHostBridgeAdjustAllocation()
1193 Ptr->ResType = ACPI_ADDRESS_SPACE_TYPE_IO; in ConstructAcpiResourceRequestor()
1212 Ptr->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in ConstructAcpiResourceRequestor()
1236 Ptr->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in ConstructAcpiResourceRequestor()
1259 Ptr->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in ConstructAcpiResourceRequestor()
[all …]
DPciResourceSupport.h33 PCI_BAR_TYPE ResType; member
173 IN PCI_BAR_TYPE ResType,
198 IN PCI_BAR_TYPE ResType,
DPciIo.c1821 AddressSpace->ResType = ACPI_ADDRESS_SPACE_TYPE_IO; in PciIoGetBarAttributes()
1828 AddressSpace->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in PciIoGetBarAttributes()
1839 AddressSpace->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in PciIoGetBarAttributes()
1854 AddressSpace->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in PciIoGetBarAttributes()
1865 AddressSpace->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in PciIoGetBarAttributes()
DPciLib.c187 mBarTypeStr[MIN (BridgeResource->ResType, PciBarTypeMaxType)], in DumpBridgeResource()
225 if (BridgeResource->ResType != Resource->ResType) { in DumpBridgeResource()
226 … DEBUG ((EFI_D_INFO, "; Type = %s", mBarTypeStr[MIN (Resource->ResType, PciBarTypeMaxType)])); in DumpBridgeResource()
DPciEnumeratorSupport.c354 …if (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR && Descriptor->ResType == ACPI_ADDRESS_SPACE… in DumpPpbPaddingResource()
356 …} else if (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR && Descriptor->ResType == ACPI_ADDRES… in DumpPpbPaddingResource()
1403 switch (Ptr->ResType) { in UpdatePciInfo()
2467 if ((*Descriptors)->ResType == ACPI_ADDRESS_SPACE_TYPE_BUS) { in PciGetBusRange()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/
DIncompatiblePciDeviceSupport.c38 UINT64 ResType; member
350 AcpiPtr->ResType = (UINT8) Dsc->ResType; in PCheckDevice()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/
DPciHostBridge.c797 ((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Temp)->ResType = 2; in StartBusEnumeration()
895 if (((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Ptr)->ResType != 2) { in SetBusNumbers()
1052 switch (Ptr->ResType) { in SubmitResources()
1223 Ptr->ResType = 1; in GetProposedResources()
1240 Ptr->ResType = 0; in GetProposedResources()
1258 Ptr->ResType = 0; in GetProposedResources()
1274 Ptr->ResType = 0; in GetProposedResources()
1290 Ptr->ResType = 0; in GetProposedResources()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DAcpi10.h124 UINT8 ResType;
240 UINT8 ResType;
255 UINT8 ResType;
270 UINT8 ResType;
DAcpi30.h36 UINT8 ResType;
/device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/
DPciHostBridge.c952 ((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Temp)->ResType = 2; in StartBusEnumeration()
1050 if (((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Ptr)->ResType != 2) { in SetBusNumbers()
1207 switch (Ptr->ResType) { in SubmitResources()
1378 Ptr->ResType = 1; in GetProposedResources()
1395 Ptr->ResType = 0; in GetProposedResources()
1413 Ptr->ResType = 0; in GetProposedResources()
1429 Ptr->ResType = 0; in GetProposedResources()
1445 Ptr->ResType = 0; in GetProposedResources()
/device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/
DPciHostBridge.c742 ((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Temp)->ResType = 2; in StartBusEnumeration()
817 if (((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Ptr)->ResType != 2) { in SetBusNumbers()
954 switch (Ptr->ResType) { in SubmitResources()
1110 Ptr->ResType = 1; in GetProposedResources()
1126 Ptr->ResType = 0; in GetProposedResources()
1143 Ptr->ResType = 0; in GetProposedResources()
1159 Ptr->ResType = 0; in GetProposedResources()
1175 Ptr->ResType = 0; in GetProposedResources()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
DPciHostBridge.c857 … ((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *) Temp)->ResType = ACPI_ADDRESS_SPACE_TYPE_BUS; in StartBusEnumeration()
927 if (((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *) Ptr)->ResType != ACPI_ADDRESS_SPACE_TYPE_BUS) { in SetBusNumbers()
1034 DEBUG ((EFI_D_INFO, " ptr->ResType:%x \n",ptr->ResType)); in SubmitResources()
1037 switch (ptr->ResType) { in SubmitResources()
1078 switch (ptr->ResType) { in SubmitResources()
1221 ptr->ResType = 1; in GetProposedResources()
1236 ptr->ResType = 0; in GetProposedResources()
1252 ptr->ResType = 0; in GetProposedResources()
1268 ptr->ResType = 0; in GetProposedResources()
1284 ptr->ResType = 0; in GetProposedResources()
DPciRootBridgeIo.c1544 Config->ResType = ACPI_ADDRESS_SPACE_TYPE_IO; in RootBridgeIoConfiguration()
1553 Config->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in RootBridgeIoConfiguration()
1563 Config->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in RootBridgeIoConfiguration()
1574 Config->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in RootBridgeIoConfiguration()
1585 Config->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in RootBridgeIoConfiguration()
1596 Config->ResType = ACPI_ADDRESS_SPACE_TYPE_BUS; in RootBridgeIoConfiguration()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DAcpiCommon.h73 UINT8 ResType; member
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DPcatPciRootBridge.c641 Configuration->ResType = ACPI_ADDRESS_SPACE_TYPE_BUS; in ConstructConfiguration()
654 Configuration->ResType = ACPI_ADDRESS_SPACE_TYPE_IO; in ConstructConfiguration()
668 Configuration->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in ConstructConfiguration()
683 Configuration->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in ConstructConfiguration()
698 Configuration->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in ConstructConfiguration()
713 Configuration->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in ConstructConfiguration()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
DAcpi.h70 UINT8 ResType; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dmacsupport.py57 ResType = OSTypeType("ResType") variable
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DMm.c360 if ((Descriptors->ResType == ACPI_ADDRESS_SPACE_TYPE_BUS) && in ShellMmLocateIoProtocol()
370 … } else if ((((Descriptors->ResType == ACPI_ADDRESS_SPACE_TYPE_IO) && (AccessType == ShellMmIo)) || in ShellMmLocateIoProtocol()
371 … ((Descriptors->ResType == ACPI_ADDRESS_SPACE_TYPE_MEM) && (AccessType == ShellMmMemoryMappedIo)) in ShellMmLocateIoProtocol()
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciIo.c1647 AddressSpace->ResType = ACPI_ADDRESS_SPACE_TYPE_IO; in PciIoGetBarAttributes()
1654 AddressSpace->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in PciIoGetBarAttributes()
1665 AddressSpace->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in PciIoGetBarAttributes()
1680 AddressSpace->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in PciIoGetBarAttributes()
1691 AddressSpace->ResType = ACPI_ADDRESS_SPACE_TYPE_MEM; in PciIoGetBarAttributes()
/device/linaro/bootloader/edk2/OvmfPkg/XenIoPciDxe/
DXenIoPciDxe.c181 ASSERT (BarDesc->ResType == ACPI_ADDRESS_SPACE_TYPE_MEM); in XenIoPciDeviceBindingStart()
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/
DPcatIo.c632 if (Descriptors->ResType == ACPI_ADDRESS_SPACE_TYPE_BUS) { in ScanPciRootBridgeForRoms()
639 if (Descriptors->ResType == ACPI_ADDRESS_SPACE_TYPE_MEM && Descriptors->SpecificFlag == 0) { in ScanPciRootBridgeForRoms()
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/
DPcatIo.c632 if (Descriptors->ResType == ACPI_ADDRESS_SPACE_TYPE_BUS) { in ScanPciRootBridgeForRoms()
639 if (Descriptors->ResType == ACPI_ADDRESS_SPACE_TYPE_MEM && Descriptors->SpecificFlag == 0) { in ScanPciRootBridgeForRoms()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
DSnp.c491 if ((!FoundMemoryBar) && (BarDesc->ResType == ACPI_ADDRESS_SPACE_TYPE_MEM)) { in SimpleNetworkDriverStart()
494 } else if ((!FoundIoBar) && (BarDesc->ResType == ACPI_ADDRESS_SPACE_TYPE_IO)) { in SimpleNetworkDriverStart()

12