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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c375 UINTN SecondBus; local
382 SecondBus = 0;
414 SecondBus = *SubBusNumber;
416 Register = (UINT16) ((SecondBus << 8) | (UINT16) StartBusNumber);
429 // Initialize SubBusNumber to SecondBus
455 (UINT8) (SecondBus),
H A DPciLib.c984 UINTN SecondBus; local
999 SecondBus = 0;
1165 SecondBus = *SubBusNumber;
1167 Register = (UINT16) ((SecondBus << 8) | (UINT16) StartBusNumber);
1211 (UINT8) (SecondBus),

Completed in 105 milliseconds