Home
last modified time | relevance | path

Searched refs:IRQ_LINES (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/arch/arm/mach-ixp4xx/
Dnslu2-pci.c23 #define IRQ_LINES 3 macro
41 static int pci_irq_table[IRQ_LINES] = { in nslu2_map_irq()
47 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in nslu2_map_irq()
48 return pci_irq_table[(slot + pin - 2) % IRQ_LINES]; in nslu2_map_irq()
Dmiccpt-pci.c27 #define IRQ_LINES 4 macro
47 static int pci_irq_table[IRQ_LINES] = { in miccpt_map_irq()
54 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in miccpt_map_irq()
Dfsg-pci.c24 #define IRQ_LINES 3 macro
41 static int pci_irq_table[IRQ_LINES] = { in fsg_map_irq()
50 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in fsg_map_irq()
Dixdp425-pci.c26 #define IRQ_LINES 4 macro
46 static int pci_irq_table[IRQ_LINES] = { in ixdp425_map_irq()
53 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in ixdp425_map_irq()
Davila-pci.c30 #define IRQ_LINES 4 macro
49 static int pci_irq_table[IRQ_LINES] = { in avila_map_irq()
58 pin >= 1 && pin <= IRQ_LINES) in avila_map_irq()
Dnas100d-pci.c23 #define IRQ_LINES 3 macro
44 static int pci_irq_table[MAX_DEV][IRQ_LINES] = { in nas100d_map_irq()
51 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in nas100d_map_irq()
Ddsmg600-pci.c24 #define IRQ_LINES 3 macro
47 static int pci_irq_table[MAX_DEV][IRQ_LINES] = { in dsmg600_map_irq()
55 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) in dsmg600_map_irq()