Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/irqchip/
Dirq-mips-gic.c243 case GIC_LOCAL_INT_TIMER: in gic_local_irq_is_routable()
274 if (!gic_local_irq_is_routable(GIC_LOCAL_INT_TIMER)) in gic_get_c0_compare_int()
277 GIC_LOCAL_TO_HWIRQ(GIC_LOCAL_INT_TIMER)); in gic_get_c0_compare_int()
694 case GIC_LOCAL_INT_TIMER: in gic_local_irq_domain_map()
723 case GIC_LOCAL_INT_TIMER: in gic_local_irq_domain_map()
848 gic_local_irq_is_routable(GIC_LOCAL_INT_TIMER)) { in __gic_init()
/linux-4.4.14/include/linux/irqchip/
Dmips-gic.h234 #define GIC_LOCAL_INT_TIMER 2 /* CPU timer interrupt */ macro