Searched refs:GIC_NUM_INTRS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dirq-gic.c24 static unsigned int gic_irq_flags[GIC_NUM_INTRS];
28 static struct gic_shared_intr_map gic_shared_intr_map[GIC_NUM_INTRS];
176 for (i = 0; i < BITS_TO_LONGS(GIC_NUM_INTRS); i++) {
183 bitmap_and(pending, pending, intrmask, GIC_NUM_INTRS);
184 bitmap_and(pending, pending, pcpu_mask, GIC_NUM_INTRS);
186 i = find_first_bit(pending, GIC_NUM_INTRS);
358 if (i < GIC_NUM_INTRS) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dgic.h24 #define GIC_NUM_INTRS (24 + NR_CPUS * 2) macro
309 DECLARE_BITMAP(pcpu_mask, GIC_NUM_INTRS);
313 DECLARE_BITMAP(pending, GIC_NUM_INTRS);
317 DECLARE_BITMAP(intrmask, GIC_NUM_INTRS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-int.c54 static struct gic_intr_map gic_intr_map[GIC_NUM_INTRS] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-int.c389 static struct gic_intr_map gic_intr_map[GIC_NUM_INTRS] = {
564 gic_call_int_base = GIC_NUM_INTRS - NR_CPUS;

Completed in 180 milliseconds