Searched refs:LastBus (Results 1 – 1 of 1) sorted by relevance
2752 UINTN LastBus; in LegacyBiosInstallPciRom() local2773 LastBus = 0; in LegacyBiosInstallPciRom()2791 if (PciBus > LastBus) { in LegacyBiosInstallPciRom()2792 LastBus = PciBus; in LegacyBiosInstallPciRom()2802 Private->Legacy16Table->LastPciBus = (UINT8) LastBus; in LegacyBiosInstallPciRom()