Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/controller/dwc/
Dpcie-kirin.c66 #define MAX_PCI_SLOTS 3 macro
86 int gpio_id_reset[MAX_PCI_SLOTS];
87 const char *reset_names[MAX_PCI_SLOTS];
91 int gpio_id_clkreq[MAX_PCI_SLOTS];
92 const char *clkreq_names[MAX_PCI_SLOTS];
378 if (ret > MAX_PCI_SLOTS) { in kirin_pcie_get_gpio_enable()
420 if (pcie->num_slots > MAX_PCI_SLOTS) { in kirin_pcie_parse_port()
/Linux-v6.1/arch/mips/include/asm/sn/
Dklconfig.h665 #define MAX_PCI_SLOTS 8 macro