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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c2694 UINTN LastBus; local
2715 LastBus = 0;
2733 if (PciBus > LastBus) {
2734 LastBus = PciBus;
2744 Private->Legacy16Table->LastPciBus = (UINT8) LastBus;

Completed in 110 milliseconds