Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sgi-ip30/
H A Dip30-irq.c25 static DECLARE_BITMAP(heart_irq_map, HEART_NUM_IRQS);
34 bit = find_first_zero_bit(heart_irq_map, HEART_NUM_IRQS); in heart_alloc_int()
35 if (bit >= HEART_NUM_IRQS) in heart_alloc_int()
310 domain = irq_domain_create_linear(fn, HEART_NUM_IRQS, in arch_init_irq()
/openbmc/linux/arch/mips/include/asm/sgi/
H A Dheart.h271 #define HEART_NUM_IRQS 64 macro