Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/irqchip/
Dirq-mips-gic.c277 GIC_LOCAL_TO_HWIRQ(GIC_LOCAL_INT_TIMER)); in gic_get_c0_compare_int()
289 GIC_LOCAL_TO_HWIRQ(GIC_LOCAL_INT_PERFCTR)); in gic_get_c0_perfcount_int()
302 GIC_LOCAL_TO_HWIRQ(GIC_LOCAL_INT_FDC)); in gic_get_c0_fdc_int()
497 GIC_LOCAL_TO_HWIRQ(intr)); in gic_handle_local_int()
793 *out_hwirq = GIC_LOCAL_TO_HWIRQ(intspec[1]); in gic_irq_domain_xlate()
/linux-4.4.14/drivers/clocksource/
Dmips-gic-timer.c168 GIC_LOCAL_TO_HWIRQ(GIC_LOCAL_INT_COMPARE); in gic_clocksource_init()
/linux-4.4.14/include/linux/irqchip/
Dmips-gic.h243 #define GIC_LOCAL_TO_HWIRQ(x) (GIC_LOCAL_HWIRQ_BASE + (x)) macro