Searched refs:IoPool (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciLib.c386 PCI_RESOURCE_NODE IoPool; local
407 InitializeResourcePool (&IoPool, PciBarTypeIo16);
541 InsertResourceNode (&IoPool, IoBridge);
575 DestroyResourceTree (&IoPool);
700 &IoPool,
715 DestroyResourceTree (&IoPool);
803 FindResourceNode (RootBridgeDev, &IoPool, &IoBridge);
880 DestroyResourceTree (&IoPool);
H A DPciEnumerator.h210 @param IoPool Pointer to instance of I/O resource Node.
227 IN PCI_RESOURCE_NODE *IoPool,
H A DPciEnumerator.c954 @param IoPool Pointer to instance of I/O resource Node.
971 IN PCI_RESOURCE_NODE *IoPool,
998 ResPool[0] = IoPool;
970 PciHostBridgeAdjustAllocation( IN PCI_RESOURCE_NODE *IoPool, IN PCI_RESOURCE_NODE *Mem32Pool, IN PCI_RESOURCE_NODE *PMem32Pool, IN PCI_RESOURCE_NODE *Mem64Pool, IN PCI_RESOURCE_NODE *PMem64Pool, IN UINT64 IoResStatus, IN UINT64 Mem32ResStatus, IN UINT64 PMem32ResStatus, IN UINT64 Mem64ResStatus, IN UINT64 PMem64ResStatus ) argument

Completed in 54 milliseconds