Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/irqchip/
Dirq-mips-gic.c247 case GIC_LOCAL_INT_FDC: in gic_local_irq_is_routable()
294 if (!gic_local_irq_is_routable(GIC_LOCAL_INT_FDC)) { in gic_get_c0_fdc_int()
302 GIC_LOCAL_TO_HWIRQ(GIC_LOCAL_INT_FDC)); in gic_get_c0_fdc_int()
696 case GIC_LOCAL_INT_FDC: in gic_local_irq_domain_map()
741 case GIC_LOCAL_INT_FDC: in gic_local_irq_domain_map()
/linux-4.4.14/include/linux/irqchip/
Dmips-gic.h238 #define GIC_LOCAL_INT_FDC 6 /* CPU fast debug channel */ macro