Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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.c840 end = PCI_BDF(bus->seq, PCI_MAX_PCI_DEVICES - 1, in pci_bind_bus_devices()
/rk3399_rockchip-uboot/include/
H A Dpci.h416 #define PCI_MAX_PCI_DEVICES 32 macro