Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/irqchip/
Dirq-mips-gic.c202 case GIC_LOCAL_INT_TIMER: in gic_local_irq_is_routable()
233 if (!gic_local_irq_is_routable(GIC_LOCAL_INT_TIMER)) in gic_get_c0_compare_int()
236 GIC_LOCAL_TO_HWIRQ(GIC_LOCAL_INT_TIMER)); in gic_get_c0_compare_int()
647 case GIC_LOCAL_INT_TIMER: in gic_local_irq_domain_map()
675 case GIC_LOCAL_INT_TIMER: in gic_local_irq_domain_map()
794 gic_local_irq_is_routable(GIC_LOCAL_INT_TIMER)) { in __gic_init()
/linux-4.1.27/include/linux/irqchip/
Dmips-gic.h223 #define GIC_LOCAL_INT_TIMER 2 /* CPU timer interrupt */ macro