HomeSort by relevance Sort by last modified time
    Searched defs:RootBridgeHandle (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumerator.c 174 EFI_HANDLE RootBridgeHandle;
186 RootBridgeHandle = RootBridgeDev->Handle;
199 RootBridgeHandle,
301 RootBridgeHandle,
525 EFI_HANDLE RootBridgeHandle;
528 RootBridgeHandle = RootBridgeDev->Handle;
535 RootBridgeHandle,
640 EFI_HANDLE RootBridgeHandle;
644 RootBridgeHandle = NULL;
646 while (PciResAlloc->GetNextRootBridge (PciResAlloc, &RootBridgeHandle) == EFI_SUCCESS) {
    [all...]
PciLib.c 113 @param RootBridgeHandle Specific parent root bridge handle.
119 IN EFI_HANDLE RootBridgeHandle,
141 RemoveRejectedPciDevices (RootBridgeHandle, Temp);
152 RemoveAllPciDeviceOnBridge (RootBridgeHandle, Temp);
367 EFI_HANDLE RootBridgeHandle;
414 RootBridgeHandle = 0;
416 while (PciResAlloc->GetNextRootBridge (PciResAlloc, &RootBridgeHandle) == EFI_SUCCESS) {
420 RootBridgeDev = GetRootBridgeByHandle (RootBridgeHandle);
627 RootBridgeHandle = 0;
635 while (PciResAlloc->GetNextRootBridge (PciResAlloc, &RootBridgeHandle) == EFI_SUCCESS) {
    [all...]
PciEnumeratorSupport.c     [all...]

Completed in 153 milliseconds