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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-ixp4xx/
H A Dnslu2-pci.c25 #define IRQ_LINES 3 macro
43 static int pci_irq_table[IRQ_LINES] = {
49 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES)
50 return pci_irq_table[(slot + pin - 2) % IRQ_LINES];
H A Davila-pci.c32 #define IRQ_LINES 4 macro
51 static int pci_irq_table[IRQ_LINES] = {
60 pin >= 1 && pin <= IRQ_LINES)
H A Ddsmg600-pci.c26 #define IRQ_LINES 3 macro
49 static int pci_irq_table[MAX_DEV][IRQ_LINES] = {
57 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES)
H A Dfsg-pci.c26 #define IRQ_LINES 3 macro
43 static int pci_irq_table[IRQ_LINES] = {
52 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES)
H A Dixdp425-pci.c28 #define IRQ_LINES 4 macro
48 static int pci_irq_table[IRQ_LINES] = {
55 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES)
H A Dnas100d-pci.c25 #define IRQ_LINES 3 macro
46 static int pci_irq_table[MAX_DEV][IRQ_LINES] = {
53 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Dnslu2-pci.c25 #define IRQ_LINES 3 macro
43 static int pci_irq_table[IRQ_LINES] = {
49 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES)
50 return pci_irq_table[(slot + pin - 2) % IRQ_LINES];
H A Davila-pci.c32 #define IRQ_LINES 4 macro
51 static int pci_irq_table[IRQ_LINES] = {
60 pin >= 1 && pin <= IRQ_LINES)
H A Ddsmg600-pci.c26 #define IRQ_LINES 3 macro
49 static int pci_irq_table[MAX_DEV][IRQ_LINES] = {
57 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES)
H A Dfsg-pci.c26 #define IRQ_LINES 3 macro
43 static int pci_irq_table[IRQ_LINES] = {
52 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES)
H A Dixdp425-pci.c28 #define IRQ_LINES 4 macro
48 static int pci_irq_table[IRQ_LINES] = {
55 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES)
H A Dnas100d-pci.c25 #define IRQ_LINES 3 macro
46 static int pci_irq_table[MAX_DEV][IRQ_LINES] = {
53 if (slot >= 1 && slot <= MAX_DEV && pin >= 1 && pin <= IRQ_LINES)

Completed in 117 milliseconds