Searched refs:NR_IRQS_BASE (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dirq.h9 #define NR_IRQS_BASE 3 macro
11 #define NR_IRQS NR_IRQS_BASE
12 #define NR_IRQS_LEGACY NR_IRQS_BASE
/linux-master/arch/s390/kernel/
H A Dirq.c53 static const struct irq_class irqclass_main_desc[NR_IRQS_BASE] = {
245 if (index < NR_IRQS_BASE) {
274 return from < NR_IRQS_BASE ? NR_IRQS_BASE : from;

Completed in 99 milliseconds