Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/X64/
DPcatIo.c217 UINT16 MaxBus, in ScanPciBus() argument
236 for (Bus = MinBus; Bus <= MaxBus; Bus++) { in ScanPciBus()
279 MinBus, MaxBus, in ScanPciBus()
305 UINT16 MaxBus, in CheckForRom() argument
538 UINT16 MaxBus, in SaveCommandRegister() argument
575 UINT16 MaxBus, in RestoreCommandRegister() argument
609 UINT16 MaxBus; in ScanPciRootBridgeForRoms() local
625 MaxBus = 0xffff; in ScanPciRootBridgeForRoms()
634 MaxBus = (UINT16)Descriptors->AddrRangeMax; in ScanPciRootBridgeForRoms()
659 if (MinBus == 0xffff || MaxBus == 0xffff) { in ScanPciRootBridgeForRoms()
[all …]
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/
DPcatIo.c217 UINT16 MaxBus, in ScanPciBus() argument
236 for (Bus = MinBus; Bus <= MaxBus; Bus++) { in ScanPciBus()
279 MinBus, MaxBus, in ScanPciBus()
305 UINT16 MaxBus, in CheckForRom() argument
538 UINT16 MaxBus, in SaveCommandRegister() argument
575 UINT16 MaxBus, in RestoreCommandRegister() argument
609 UINT16 MaxBus; in ScanPciRootBridgeForRoms() local
625 MaxBus = 0xffff; in ScanPciRootBridgeForRoms()
634 MaxBus = (UINT16)Descriptors->AddrRangeMax; in ScanPciRootBridgeForRoms()
659 if (MinBus == 0xffff || MaxBus == 0xffff) { in ScanPciRootBridgeForRoms()
[all …]
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
DPciEnumeratorSupport.h86 OUT UINT16 *MaxBus,
DPciRomTable.c314 UINT16 MaxBus; in PciRomLoadEfiDriversFromOptionRomTable() local
332 PciGetBusRange (&Descriptors, &MinBus, &MaxBus, NULL); in PciRomLoadEfiDriversFromOptionRomTable()
333 if ((MinBus <= PciOptionRomDescriptor->Bus) && (PciOptionRomDescriptor->Bus <= MaxBus)) { in PciRomLoadEfiDriversFromOptionRomTable()
DPciEnumeratorSupport.c1240 UINT16 MaxBus; in PciEnumeratorLight() local
1244 MaxBus = PCI_MAX_BUS; in PciEnumeratorLight()
1295 while (PciGetBusRange (&Descriptors, &MinBus, &MaxBus, NULL) == EFI_SUCCESS) { in PciEnumeratorLight()
1341 OUT UINT16 *MaxBus, in PciGetBusRange() argument
1370 if (MaxBus != NULL) { in PciGetBusRange()
1371 *MaxBus = (UINT16)(*Descriptors)->AddrRangeMax; in PciGetBusRange()
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DPcatPciRootBridge.h131 UINT16 MaxBus,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciEnumeratorSupport.h418 OUT UINT16 *MaxBus,
DPciEnumeratorSupport.c2394 UINT16 MaxBus; in PciEnumeratorLight() local
2398 MaxBus = PCI_MAX_BUS; in PciEnumeratorLight()
2429 while (PciGetBusRange (&Descriptors, &MinBus, &MaxBus, NULL) == EFI_SUCCESS) { in PciEnumeratorLight()
2502 OUT UINT16 *MaxBus, in PciGetBusRange() argument
2512 if (MaxBus != NULL) { in PciGetBusRange()
2513 *MaxBus = (UINT16) (*Descriptors)->AddrRangeMax; in PciGetBusRange()
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
DLegacyPlatform.c245 UINT8 MaxBus; in GetSelectedVgaDeviceInfo() local
269 MinBus = MaxBus = 0; in GetSelectedVgaDeviceInfo()
294 if (EFI_ERROR(Status) || (Bus < MinBus || Bus > MaxBus)) { in GetSelectedVgaDeviceInfo()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.c1896 OUT UINT16 *MaxBus,
2469 UINT16 MaxBus; in ShellCommandRunPci() local
2609 Status = PciGetNextBusRange (&Descriptors, &MinBus, &MaxBus, &IsEnd); in ShellCommandRunPci()
2621 for (Bus = MinBus; Bus <= MaxBus; Bus++) { in ShellCommandRunPci()
2932 UINT16 MaxBus; in PciFindProtocolInterface() local
2956 Status = PciGetNextBusRange (&Descriptors, &MinBus, &MaxBus, &IsEnd); in PciFindProtocolInterface()
2965 if (MinBus <= Bus && MaxBus >= Bus) { in PciFindProtocolInterface()
3035 OUT UINT16 *MaxBus, in PciGetNextBusRange() argument
3047 *MaxBus = PCI_MAX_BUS; in PciGetNextBusRange()
3060 *MaxBus = (UINT16) (*Descriptors)->AddrRangeMax; in PciGetNextBusRange()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch5765 Status = PciGetNextBusRange (&Descriptors, &MinBus, &MaxBus, &IsEnd);