Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-mips-gic.c43 #define GIC_LOCAL_TO_HWIRQ(x) (GIC_LOCAL_HWIRQ_BASE + (x)) macro
209 GIC_LOCAL_TO_HWIRQ(GIC_LOCAL_INT_TIMER)); in gic_get_c0_compare_int()
221 GIC_LOCAL_TO_HWIRQ(GIC_LOCAL_INT_PERFCTR)); in gic_get_c0_perfcount_int()
234 GIC_LOCAL_TO_HWIRQ(GIC_LOCAL_INT_FDC)); in gic_get_c0_fdc_int()
483 GIC_LOCAL_TO_HWIRQ(intr)); in gic_handle_local_int()
486 GIC_LOCAL_TO_HWIRQ(intr)); in gic_handle_local_int()
626 *out_hwirq = GIC_LOCAL_TO_HWIRQ(intspec[1]); in gic_irq_domain_xlate()
718 hwirq = GIC_LOCAL_TO_HWIRQ(fwspec->param[1]); in gic_irq_domain_alloc()