Searched defs:S3C2410_IRQ (Results 1 - 1 of 1) sorted by relevance

/arch/arm/mach-s3c24xx/include/mach/
H A Dirqs.h23 #define S3C2410_IRQ(x) ((x) + S3C2410_CPUIRQ_OFFSET) macro
26 #define IRQ_EINT0 S3C2410_IRQ(0) /* 16 */
27 #define IRQ_EINT1 S3C2410_IRQ(1)
28 #define IRQ_EINT2 S3C2410_IRQ(2)
29 #define IRQ_EINT3 S3C2410_IRQ(3)
30 #define IRQ_EINT4t7 S3C2410_IRQ(4) /* 20 */
31 #define IRQ_EINT8t23 S3C2410_IRQ(5)
32 #define IRQ_RESERVED6 S3C2410_IRQ(6) /* for s3c2410 */
33 #define IRQ_CAM S3C2410_IRQ(6) /* for s3c2440,s3c2443 */
34 #define IRQ_BATT_FLT S3C2410_IRQ(
[all...]

Completed in 32 milliseconds