Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/irqchip/
Dirq-mips-gic.c445 bitmap_and(&pending, &pending, &masked, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int()
447 intr = find_first_bit(&pending, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int()
448 while (intr != GIC_NUM_LOCAL_INTRS) { in gic_handle_local_int()
458 intr = find_first_bit(&pending, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int()
622 for (j = 0; j < GIC_NUM_LOCAL_INTRS; j++) { in gic_basic_init()
725 if (GIC_HWIRQ_TO_LOCAL(hw) < GIC_NUM_LOCAL_INTRS) in gic_irq_domain_map()
807 gic_irq_domain = irq_domain_add_simple(node, GIC_NUM_LOCAL_INTRS + in __gic_init()
/linux-4.1.27/include/linux/irqchip/
Dmips-gic.h228 #define GIC_NUM_LOCAL_INTRS 7 macro
234 #define GIC_SHARED_HWIRQ_BASE GIC_NUM_LOCAL_INTRS