Home
last modified time | relevance | path

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

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