Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/irqchip/
Dirq-mips-gic.c29 DECLARE_BITMAP(pcpu_mask, GIC_MAX_INTRS);
321 DECLARE_BITMAP(pending, GIC_MAX_INTRS); in gic_handle_shared_int()
322 DECLARE_BITMAP(intrmask, GIC_MAX_INTRS); in gic_handle_shared_int()
/linux-4.4.14/include/linux/irqchip/
Dmips-gic.h14 #define GIC_MAX_INTRS 256 macro