Searched refs:GIC_LOCAL_INT_TIMER (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dmips-gic.h280 * @GIC_LOCAL_INT_TIMER: CP0 count/compare interrupt
292 GIC_LOCAL_INT_TIMER, enumerator in enum:mips_gic_local_interrupt
332 if (intr <= GIC_LOCAL_INT_TIMER)
337 return GIC_LOCAL_INT_TIMER + 1;
/linux-master/drivers/irqchip/
H A Dirq-mips-gic.c88 case GIC_LOCAL_INT_TIMER:
120 if (!gic_local_irq_is_routable(GIC_LOCAL_INT_TIMER))
123 GIC_LOCAL_TO_HWIRQ(GIC_LOCAL_INT_TIMER));
389 GIC_LOCAL_INT_TIMER,
502 case GIC_LOCAL_INT_TIMER:

Completed in 84 milliseconds