Go to the documentation of this file. 1 #ifndef __ASM_MACH_IRQS_H
2 #define __ASM_MACH_IRQS_H
7 #define gic_spi(nr) ((nr) + 32)
10 #define INTCS_VECT_BASE 0x3400
11 #define INTCS_VECT(n, vect) INTC_VECT((n), INTCS_VECT_BASE + (vect))
12 #define intcs_evt2irq(evt) evt2irq(INTCS_VECT_BASE + (evt))