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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/
H A DPciSegmentLib.c21 PCI_ROOT_BRIDGE_DATA *mPciRootBridgeData = NULL; variable
67 mPciRootBridgeData = AllocatePool (HandleCount * sizeof (PCI_ROOT_BRIDGE_DATA));
68 ASSERT (mPciRootBridgeData != NULL);
82 mPciRootBridgeData[Index].PciRootBridgeIo = PciRootBridgeIo;
83 mPciRootBridgeData[Index].SegmentNumber = PciRootBridgeIo->SegmentNumber;
90 mPciRootBridgeData[Index].MinBusNumber = Descriptors->AddrRangeMin;
91 mPciRootBridgeData[Index].MaxBusNumber = Descriptors->AddrRangeMax;
123 FreePool (mPciRootBridgeData);
154 if (SegmentNumber == mPciRootBridgeData[Index].SegmentNumber) {
159 if (BusNumber >= mPciRootBridgeData[Inde
[all...]

Completed in 307 milliseconds