serial: pxa: fine-tune clk useage
[linux/fpc-iii.git] / arch / arm / mach-shmobile / include / mach / irqs.h
blob06a5da3c305090e0176373d2576f6de68feb2922
1 #ifndef __ASM_MACH_IRQS_H
2 #define __ASM_MACH_IRQS_H
4 #include <linux/sh_intc.h>
6 /* GIC */
7 #define gic_spi(nr) ((nr) + 32)
9 /* INTCS */
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))
14 #endif /* __ASM_MACH_IRQS_H */