Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciEnumerator.c916 IN PCI_RESOURCE_NODE *ResPool in GetMaxResourceConsumerDevice() argument
926 CurrentLink = ResPool->ChildList.ForwardLink; in GetMaxResourceConsumerDevice()
927 while (CurrentLink != NULL && CurrentLink != &ResPool->ChildList) { in GetMaxResourceConsumerDevice()
985 PCI_RESOURCE_NODE *ResPool[5]; in PciHostBridgeAdjustAllocation() local
998 ResPool[0] = IoPool; in PciHostBridgeAdjustAllocation()
999 ResPool[1] = Mem32Pool; in PciHostBridgeAdjustAllocation()
1000 ResPool[2] = PMem32Pool; in PciHostBridgeAdjustAllocation()
1001 ResPool[3] = Mem64Pool; in PciHostBridgeAdjustAllocation()
1002 ResPool[4] = PMem64Pool; in PciHostBridgeAdjustAllocation()
1028 PciResNode = GetMaxResourceConsumerDevice (ResPool[ResType]); in PciHostBridgeAdjustAllocation()
DPciEnumerator.h204 IN PCI_RESOURCE_NODE *ResPool