Searched refs:NR_IRQS (Results 1 - 25 of 71) sorted by relevance

123

/linux-master/arch/mips/include/asm/mach-db1x00/
H A Dirq.h12 #ifdef NR_IRQS
13 #undef NR_IRQS macro
21 #define NR_IRQS 152 macro
/linux-master/include/asm-generic/
H A Dirq.h6 * NR_IRQS is the upper bound of how many interrupts can be handled
10 #ifndef NR_IRQS
11 #define NR_IRQS 64 macro
/linux-master/arch/mips/include/asm/mach-bcm63xx/
H A Dirq.h5 #define NR_IRQS 128 macro
/linux-master/arch/alpha/include/asm/
H A Dirq.h15 /* Here NR_IRQS is not exact, but rather an upper bound. This is used
29 # define NR_IRQS (128) /* max is RAWHIDE/TAKARA */ macro
31 # define NR_IRQS (32768 + 16) /* marvel - 32 pids */ macro
39 # define NR_IRQS 35 macro
44 # define NR_IRQS 32 macro
51 # define NR_IRQS 48 macro
55 # define NR_IRQS 40 macro
60 # define NR_IRQS 64 macro
63 #define NR_IRQS 80 macro
68 # define NR_IRQS 12 macro
71 # define NR_IRQS macro
74 # define NR_IRQS macro
77 # define NR_IRQS macro
[all...]
H A Dhw_irq.h12 #define ACTUAL_NR_IRQS NR_IRQS
/linux-master/arch/mips/include/asm/mach-generic/
H A Dirq.h11 #ifndef NR_IRQS
12 #define NR_IRQS 256 macro
/linux-master/arch/openrisc/include/asm/
H A Dirq.h18 #define NR_IRQS 32 macro
/linux-master/arch/mips/include/asm/mach-malta/
H A Dirq.h6 #define NR_IRQS 256 macro
/linux-master/arch/mips/include/asm/mach-ralink/
H A Dirq.h6 #define NR_IRQS 256 macro
/linux-master/arch/mips/include/asm/mach-pic32/
H A Dirq.h9 #define NR_IRQS 256 macro
/linux-master/arch/mips/include/asm/mach-n64/
H A Dirq.h5 #define NR_IRQS 8 macro
/linux-master/arch/mips/include/asm/mach-lantiq/xway/
H A Dirq.h12 #define NR_IRQS 256 macro
/linux-master/arch/mips/include/asm/mach-lantiq/falcon/
H A Dirq.h12 #define NR_IRQS 328 macro
/linux-master/arch/hexagon/include/asm/
H A Dirq.h13 * Must define NR_IRQS before including <asm-generic/irq.h>
19 #define NR_IRQS 512 macro
/linux-master/arch/sparc/include/asm/
H A Dirq_32.h14 #define NR_IRQS 64 macro
/linux-master/arch/m68k/include/asm/
H A Dirq.h14 * number is 140 so NR_IRQS needs to be 141.
17 #define NR_IRQS 256 macro
20 #define NR_IRQS 200 macro
22 #define NR_IRQS 141 macro
24 #define NR_IRQS 72 macro
26 #define NR_IRQS 43 macro
28 #define NR_IRQS 32 macro
30 #define NR_IRQS 24 macro
32 #define NR_IRQS 8 macro
34 #define NR_IRQS macro
[all...]
/linux-master/arch/um/include/asm/
H A Dirq.h33 #define NR_IRQS (UM_LAST_SIGNAL_IRQ + 64) macro
35 #define NR_IRQS UM_LAST_SIGNAL_IRQ macro
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dirq.h13 #define NR_IRQS 256 macro
/linux-master/arch/mips/include/asm/mach-loongson64/
H A Dirq.h9 #define NR_IRQS (NR_IRQS_LEGACY + NR_MIPS_CPU_IRQS + NR_MAX_CHAINED_IRQS + 256) macro
/linux-master/arch/arc/include/asm/
H A Dirq.h15 #define NR_IRQS 512 macro
/linux-master/arch/mips/include/asm/mach-cobalt/
H A Dirq.h55 #define NR_IRQS (GT641XX_PCI_INT3_IRQ + 1) macro
/linux-master/arch/arm/mach-rpc/include/mach/
H A Dirqs.h42 #define NR_IRQS 128 macro
/linux-master/arch/arm/include/asm/
H A Dirq.h10 #define NR_IRQS NR_IRQS_LEGACY macro
/linux-master/arch/x86/include/asm/
H A Dirq_vectors.h128 #define NR_IRQS \ macro
133 #define NR_IRQS (NR_VECTORS + IO_APIC_VECTOR_LIMIT) macro
135 #define NR_IRQS (NR_VECTORS + CPU_VECTOR_LIMIT) macro
137 #define NR_IRQS NR_IRQS_LEGACY macro
/linux-master/tools/arch/x86/include/asm/
H A Dirq_vectors.h128 #define NR_IRQS \ macro
133 #define NR_IRQS (NR_VECTORS + IO_APIC_VECTOR_LIMIT) macro
135 #define NR_IRQS (NR_VECTORS + CPU_VECTOR_LIMIT) macro
137 #define NR_IRQS NR_IRQS_LEGACY macro

Completed in 315 milliseconds

123