Home
last modified time | relevance | path

Searched refs:MAX_IRQS (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-test.c31 size = MAX_IRQS / 4; in set_table()
34 size = MAX_IRQS * 8; in set_table()
169 range = (MAX_IRQS << 17) >> 25; in init_xive()
H A Dpnv-xive2-common.h32 #define MAX_IRQS 128 macro
/openbmc/linux/arch/arm/mach-omap2/
H A Domap-wakeupgen.c39 #define MAX_IRQS AM43XX_IRQS macro
56 static unsigned int irq_target_cpu[MAX_IRQS];
524 if (hwirq >= MAX_IRQS) in wakeupgen_domain_alloc()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.c35 #define MAX_IRQS(max_qps, num_aeqs, num_ceqs) \ macro
163 nr_irqs = MAX_IRQS(HINIC_MAX_QPS, num_aeqs, num_ceqs); in init_msix()