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

/linux-4.4.14/arch/arm/mach-ixp4xx/
H A Dnslu2-pci.c25 #define IRQ_LINES 3 macro
43 static int pci_irq_table[IRQ_LINES] = { nslu2_map_irq()
49 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) nslu2_map_irq()
50 return pci_irq_table[(slot + pin - 2) % IRQ_LINES]; nslu2_map_irq()
H A Davila-pci.c32 #define IRQ_LINES 4 macro
51 static int pci_irq_table[IRQ_LINES] = { avila_map_irq()
60 pin >= 1 && pin <= IRQ_LINES) avila_map_irq()
H A Ddsmg600-pci.c26 #define IRQ_LINES 3 macro
49 static int pci_irq_table[MAX_DEV][IRQ_LINES] = { dsmg600_map_irq()
57 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) dsmg600_map_irq()
H A Dfsg-pci.c26 #define IRQ_LINES 3 macro
43 static int pci_irq_table[IRQ_LINES] = { fsg_map_irq()
52 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) fsg_map_irq()
H A Dixdp425-pci.c28 #define IRQ_LINES 4 macro
48 static int pci_irq_table[IRQ_LINES] = { ixdp425_map_irq()
55 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) ixdp425_map_irq()
H A Dmiccpt-pci.c29 #define IRQ_LINES 4 macro
49 static int pci_irq_table[IRQ_LINES] = { miccpt_map_irq()
56 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) miccpt_map_irq()
H A Dnas100d-pci.c25 #define IRQ_LINES 3 macro
46 static int pci_irq_table[MAX_DEV][IRQ_LINES] = { nas100d_map_irq()
53 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES) nas100d_map_irq()

Completed in 92 milliseconds