Searched defs:RootBridge (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDeviceSupport.c38 @param RootBridge A pointer to the PCI_IO_DEVICE.
43 IN PCI_IO_DEVICE *RootBridge
46 InsertTailList (&mPciDevicePool, &(RootBridge->Link));
70 @param RootBridge The bridge want to be removed.
75 IN PCI_IO_DEVICE *RootBridge
78 DestroyPciDeviceTree (RootBridge);
80 FreePciDevice (RootBridge);
619 @param RootBridge A pointer to the PCI_IO_DEVICE.
633 IN PCI_IO_DEVICE *RootBridge,
648 CurrentLink = RootBridge
631 StartPciDevicesOnBridge( IN EFI_HANDLE Controller, IN PCI_IO_DEVICE *RootBridge, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath, IN OUT UINT8 *NumberOfChildren, IN OUT EFI_HANDLE *ChildHandleBuffer ) argument
802 PCI_IO_DEVICE *RootBridge; local
1086 GetHpcPciAddressFromRootBridge( IN PCI_IO_DEVICE *RootBridge, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath, OUT UINT64 *PciAddress ) argument
[all...]
H A DPciLib.c920 PCI_IO_DEVICE *RootBridge; local
928 RootBridge = Bridge;
929 while (RootBridge->Parent != NULL) {
930 RootBridge = RootBridge->Parent;
936 BusNumberRanges = RootBridge->BusNumberRanges;

Completed in 46 milliseconds