Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/irqchip/
Dirq-mips-gic.c30 DECLARE_BITMAP(pcpu_mask, GIC_MAX_INTRS);
279 DECLARE_BITMAP(pending, GIC_MAX_INTRS); in gic_handle_shared_int()
280 DECLARE_BITMAP(intrmask, GIC_MAX_INTRS); in gic_handle_shared_int()
/linux-4.1.27/include/linux/irqchip/
Dmips-gic.h13 #define GIC_MAX_INTRS 256 macro