Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
A Dirq-mips-gic.c45 #define GIC_SHARED_HWIRQ_BASE GIC_NUM_LOCAL_INTRS
66 } gic_all_vpes_chip_data[GIC_NUM_LOCAL_INTRS];
317 bitmap_and(&pending, &pending, &masked, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int()
319 for_each_set_bit(intr, &pending, GIC_NUM_LOCAL_INTRS) { in gic_handle_local_int()
775 gic_irq_domain = irq_domain_add_simple(node, GIC_NUM_LOCAL_INTRS + in gic_of_init()
785 GIC_NUM_LOCAL_INTRS + gic_shared_intrs, in gic_of_init()
/linux/arch/mips/include/asm/
A Dmips-gic.h297 GIC_NUM_LOCAL_INTRS enumerator

Completed in 5 milliseconds