Home
last modified time | relevance | path

Searched refs:MAX_PCI_SLOTS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-kirin.c65 #define MAX_PCI_SLOTS 3 macro
85 int gpio_id_reset[MAX_PCI_SLOTS];
86 const char *reset_names[MAX_PCI_SLOTS];
90 int gpio_id_clkreq[MAX_PCI_SLOTS];
91 const char *clkreq_names[MAX_PCI_SLOTS];
377 if (ret > MAX_PCI_SLOTS) { in kirin_pcie_get_gpio_enable()
418 if (pcie->num_slots + 1 >= MAX_PCI_SLOTS) { in kirin_pcie_parse_port()
/openbmc/linux/arch/mips/include/asm/sn/
H A Dklconfig.h665 #define MAX_PCI_SLOTS 8 macro