Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c2752 UINTN LastBus; in LegacyBiosInstallPciRom() local
2773 LastBus = 0; in LegacyBiosInstallPciRom()
2791 if (PciBus > LastBus) { in LegacyBiosInstallPciRom()
2792 LastBus = PciBus; in LegacyBiosInstallPciRom()
2802 Private->Legacy16Table->LastPciBus = (UINT8) LastBus; in LegacyBiosInstallPciRom()