Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sh64/mach-cayman/
Dirq.c165 if (irq < NR_INTC_IRQS) { in cayman_irq_describe()
167 } else if (irq < NR_INTC_IRQS + 8) { in cayman_irq_describe()
168 return sprintf(p, "(SMSC %d)", irq - NR_INTC_IRQS); in cayman_irq_describe()
169 } else if ((irq >= NR_INTC_IRQS + 24) && (irq < NR_INTC_IRQS + 32)) { in cayman_irq_describe()
170 return sprintf(p, "(PCI2 %d)", irq - (NR_INTC_IRQS + 24)); in cayman_irq_describe()
Dsetup.c137 int platform_int_priority[NR_INTC_IRQS] = {
/linux-2.4.37.9/arch/sh64/kernel/
Dirq_intc.c87 static int IRQ_to_vectorN[NR_INTC_IRQS] = {
187 if (irq < NR_INTC_IRQS) in intc_irq_describe()
208 for (i = 0; i < NR_INTC_IRQS; i++) { in init_IRQ()
243 for (data = 0, reg = INTC_INTPRI_0; i < NR_INTC_IRQS; i++) { in init_IRQ()
/linux-2.4.37.9/include/asm-sh64/
Dirq.h74 #define NR_INTC_IRQS 64 macro
91 #define NR_IRQS (NR_INTC_IRQS+NR_EXT_IRQS)
Dplatform.h48 extern int platform_int_priority[NR_INTC_IRQS];
/linux-2.4.37.9/arch/sh64/mach-harp/
Dsetup.c108 int platform_int_priority[NR_INTC_IRQS] = {