OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NR_IRQS
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/arm/mach-rmobile/include/mach/
irqs.h
4
#define
NR_IRQS
1024
/external/u-boot/arch/m68k/lib/
interrupts.c
15
#define
NR_IRQS
(CONFIG_SYS_NUM_IRQS)
25
static struct interrupt_action irq_vecs[
NR_IRQS
];
47
if ((vec < 0) || (vec >=
NR_IRQS
)) {
59
if ((vec < 0) || (vec >=
NR_IRQS
)) {
/external/u-boot/include/
mpc8xx_irq.h
18
#define
NR_IRQS
(NR_SIU_INTS + NR_8259_INTS)
/external/u-boot/arch/powerpc/cpu/mpc8xx/
interrupts.c
25
static struct interrupt_action irq_vecs[
NR_IRQS
];
Completed in 297 milliseconds