Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-s3c/
Dirqs-s3c24xx.h142 #define S3C2416_IRQ(x) S3C2410_IRQ((x) + 58 + 29) macro
143 #define IRQ_S3C2416_2D S3C2416_IRQ(0)
144 #define IRQ_S3C2416_IIC1 S3C2416_IRQ(1)
145 #define IRQ_S3C2416_RESERVED2 S3C2416_IRQ(2)
146 #define IRQ_S3C2416_RESERVED3 S3C2416_IRQ(3)
147 #define IRQ_S3C2416_PCM0 S3C2416_IRQ(4)
148 #define IRQ_S3C2416_PCM1 S3C2416_IRQ(5)
149 #define IRQ_S3C2416_I2S0 S3C2416_IRQ(6)
150 #define IRQ_S3C2416_I2S1 S3C2416_IRQ(7)
152 #define NR_IRQS_S3C2416 (S3C2416_IRQ(7) + 1)
Dirq-s3c24xx.c584 irq_start = S3C2416_IRQ(0); in s3c24xx_init_intc()