Searched refs:ACTUAL_NR_IRQS (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dhw_irq.h11 #define ACTUAL_NR_IRQS alpha_mv.nr_irqs macro
13 #define ACTUAL_NR_IRQS NR_IRQS macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dhw_irq.h11 #define ACTUAL_NR_IRQS alpha_mv.nr_irqs macro
13 #define ACTUAL_NR_IRQS NR_IRQS macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dirq.h169 * ACTUAL_NR_IRQS (which uses the machine vector) to get the correct value.
172 # define ACTUAL_NR_IRQS (sh_mv.mv_nr_irqs) macro
174 # define ACTUAL_NR_IRQS NR_IRQS macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dirq.h169 * ACTUAL_NR_IRQS (which uses the machine vector) to get the correct value.
172 # define ACTUAL_NR_IRQS (sh_mv.mv_nr_irqs) macro
174 # define ACTUAL_NR_IRQS NR_IRQS macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dirq.c98 for (i = 0 ; i < ACTUAL_NR_IRQS ; i++) {
315 if (irq >= ACTUAL_NR_IRQS)
344 if (irq >= ACTUAL_NR_IRQS)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dirq.c429 if (irq >= ACTUAL_NR_IRQS)
475 if (irq >= ACTUAL_NR_IRQS) {
603 if ((unsigned) irq > ACTUAL_NR_IRQS && illegal_count < MAX_ILLEGAL_IRQS ) {

Completed in 64 milliseconds