Searched refs:NR_MASK_WORDS (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dmpc8xx_pic.c24 #define NR_MASK_WORDS ((NR_IRQS + 31) / 32) macro
25 static unsigned long ppc_cached_irq_mask[NR_MASK_WORDS];
H A Dcpm2_pic.c55 #define NR_MASK_WORDS ((NR_IRQS + 31) / 32) macro
56 static unsigned long ppc_cached_irq_mask[NR_MASK_WORDS];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dpic.c63 #define NR_MASK_WORDS ((NR_IRQS + 31) / 32) macro
64 static unsigned long ppc_lost_interrupts[NR_MASK_WORDS];
65 static unsigned long ppc_cached_irq_mask[NR_MASK_WORDS];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dirq.c81 #define NR_MASK_WORDS ((NR_IRQS + 31) / 32) macro
82 unsigned long ppc_cached_irq_mask[NR_MASK_WORDS];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dirq.h771 #define NR_MASK_WORDS ((NR_IRQS + 31) / 32) macro
773 extern unsigned long ppc_cached_irq_mask[NR_MASK_WORDS];

Completed in 70 milliseconds