Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_common.c330 for (devnum = 0; devnum < PCI_MAX_PCI_DEVICES - 1; devnum++) { in pci_find_class()
H A Dpci.c351 dev < PCI_BDF(bus, PCI_MAX_PCI_DEVICES - 1, in pci_hose_scan_bus()
H A Dpci-uclass.c765 end = PCI_BDF(bus->seq, PCI_MAX_PCI_DEVICES - 1, in pci_bind_bus_devices()
/openbmc/u-boot/cmd/
H A Dpci.c405 for (device = 0; device < PCI_MAX_PCI_DEVICES; device++) { in pciinfo()
/openbmc/u-boot/include/
H A Dpci.h414 #define PCI_MAX_PCI_DEVICES 32 macro