Searched refs:HostBridge (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPciPlatform.h204 @param[in] HostBridge The handle of the host bridge controller.
215 IN EFI_HANDLE HostBridge,
237 @param[in] HostBridge The associated PCI host bridge handle.
250 IN EFI_HANDLE HostBridge,
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciHostBridge.c91 PCI_HOST_BRIDGE_INSTANCE *HostBridge; local
100 HostBridge = AllocateCopyPool (sizeof(PCI_HOST_BRIDGE_INSTANCE), &mPciHostBridgeInstanceTemplate);
101 if (HostBridge == NULL) {
105 HostBridge->RootBridgeNumber = RootBridgeNumber[Loop1];
106 InitializeListHead (&HostBridge->Head);
109 &HostBridge->HostBridgeHandle,
110 &gEfiPciHostBridgeResourceAllocationProtocolGuid, &HostBridge->ResAlloc,
114 FreePool (HostBridge);
122 for (Loop2 = 0; Loop2 < HostBridge->RootBridgeNumber; Loop2++) {
133 HostBridge
[all...]

Completed in 43 milliseconds