Home
last modified time | relevance | path

Searched refs:RootBridgeIndex (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DConnect.c78 UINTN RootBridgeIndex; in ShellConnectPciRootBridge() local
94 for (RootBridgeIndex = 0; RootBridgeIndex < RootBridgeHandleCount; RootBridgeIndex++) { in ShellConnectPciRootBridge()
95 gBS->ConnectController (RootBridgeHandleBuffer[RootBridgeIndex], NULL, NULL, FALSE); in ShellConnectPciRootBridge()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c42 UINTN RootBridgeIndex; in BmGetVideoController() local
63 for (RootBridgeIndex = 0; RootBridgeIndex < RootBridgeHandleCount; RootBridgeIndex++) { in BmGetVideoController()
64 gBS->ConnectController (RootBridgeHandleBuffer[RootBridgeIndex], NULL, NULL, FALSE); in BmGetVideoController()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
DPciHostBridgeSupport.c114 IN UINTN RootBridgeIndex in GetAllocAttributes() argument
DPciHostBridge.h319 IN UINTN RootBridgeIndex
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
DLegacyBm.c1446 UINTN RootBridgeIndex; in LegacyBmRefreshAllBootOption() local
1472 for (RootBridgeIndex = 0; RootBridgeIndex < RootBridgeHandleCount; RootBridgeIndex++) { in LegacyBmRefreshAllBootOption()
1473 gBS->ConnectController (RootBridgeHandleBuffer[RootBridgeIndex], NULL, NULL, FALSE); in LegacyBmRefreshAllBootOption()