Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_common.c331 for (devnum = 0; devnum < PCI_MAX_PCI_DEVICES - 1; devnum++) { in pci_find_class()
H A Dpci.c355 dev < PCI_BDF(bus, PCI_MAX_PCI_DEVICES - 1, in pci_hose_scan_bus()
H A Dpci-uclass.c683 end = PCI_BDF(bus->seq, PCI_MAX_PCI_DEVICES - 1, in pci_bind_bus_devices()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h415 #define PCI_MAX_PCI_DEVICES 32 macro