Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/dwc/
H A Dpcie-kirin.c63 #define MAX_PCI_SLOTS 3 macro
83 struct gpio_desc *id_reset_gpio[MAX_PCI_SLOTS];
84 const char *reset_names[MAX_PCI_SLOTS];
88 struct gpio_desc *id_clkreq_gpio[MAX_PCI_SLOTS];
89 const char *clkreq_names[MAX_PCI_SLOTS];
374 if (ret > MAX_PCI_SLOTS) { in kirin_pcie_get_gpio_enable()
424 if (pcie->num_slots > MAX_PCI_SLOTS) { in kirin_pcie_parse_port()
/linux/arch/mips/include/asm/sn/
H A Dklconfig.h665 #define MAX_PCI_SLOTS 8 macro