Home
last modified time | relevance | path

Searched refs:S3C2410_IRQ (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/arm/mach-s3c24xx/include/mach/
Dirqs.h19 #define S3C2410_IRQ(x) ((x) + S3C2410_CPUIRQ_OFFSET) macro
22 #define IRQ_EINT0 S3C2410_IRQ(0) /* 16 */
23 #define IRQ_EINT1 S3C2410_IRQ(1)
24 #define IRQ_EINT2 S3C2410_IRQ(2)
25 #define IRQ_EINT3 S3C2410_IRQ(3)
26 #define IRQ_EINT4t7 S3C2410_IRQ(4) /* 20 */
27 #define IRQ_EINT8t23 S3C2410_IRQ(5)
28 #define IRQ_RESERVED6 S3C2410_IRQ(6) /* for s3c2410 */
29 #define IRQ_CAM S3C2410_IRQ(6) /* for s3c2440,s3c2443 */
30 #define IRQ_BATT_FLT S3C2410_IRQ(7)
[all …]
/Linux-v5.4/drivers/irqchip/
Dirq-s3c24xx.c547 irq_start = S3C2410_IRQ(0); in s3c24xx_init_intc()
571 irq_start = S3C2410_IRQ(32); in s3c24xx_init_intc()