Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_common.c338 PCI_MAX_PCI_FUNCTIONS - 1); in pci_find_class()
H A Dpci.c352 PCI_MAX_PCI_FUNCTIONS - 1); in pci_hose_scan_bus()
H A Dpci-uclass.c766 PCI_MAX_PCI_FUNCTIONS - 1); in pci_bind_bus_devices()
/openbmc/u-boot/cmd/
H A Dpci.c408 for (function = 0; function < PCI_MAX_PCI_FUNCTIONS; in pciinfo()
/openbmc/u-boot/include/
H A Dpci.h415 #define PCI_MAX_PCI_FUNCTIONS 8 macro