Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dmips-gic.h292 GIC_LOCAL_INT_TIMER, enumerator
332 if (intr <= GIC_LOCAL_INT_TIMER) in mips_gic_vx_map_reg()
337 return GIC_LOCAL_INT_TIMER + 1; in mips_gic_vx_map_reg()
/openbmc/linux/drivers/irqchip/
H A Dirq-mips-gic.c88 case GIC_LOCAL_INT_TIMER: in gic_local_irq_is_routable()
120 if (!gic_local_irq_is_routable(GIC_LOCAL_INT_TIMER)) in gic_get_c0_compare_int()
123 GIC_LOCAL_TO_HWIRQ(GIC_LOCAL_INT_TIMER)); in gic_get_c0_compare_int()
389 GIC_LOCAL_INT_TIMER, in gic_all_vpes_irq_cpu_online()
502 case GIC_LOCAL_INT_TIMER: in gic_irq_domain_map()
/openbmc/qemu/include/hw/intc/
H A Dmips_gic.h169 #define GIC_LOCAL_INT_TIMER 2 /* CPU timer interrupt */ macro