Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci_common.c334 for (devnum = 0; devnum < PCI_MAX_PCI_DEVICES - 1; devnum++) { in pci_find_class()
Dpci.c353 dev < PCI_BDF(bus, PCI_MAX_PCI_DEVICES - 1, in pci_hose_scan_bus()
Dpci-uclass.c770 end = PCI_BDF(bus->seq, PCI_MAX_PCI_DEVICES - 1, in pci_bind_bus_devices()
/third_party/uboot/u-boot-2020.01/cmd/
Dpci.c405 for (device = 0; device < PCI_MAX_PCI_DEVICES; device++) { in pciinfo()
/third_party/uboot/u-boot-2020.01/include/
Dpci.h419 #define PCI_MAX_PCI_DEVICES 32 macro