Home
last modified time | relevance | path

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

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