Home
last modified time | relevance | path

Searched refs:IRQ_EINT8 (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/arm/mach-s3c24xx/include/mach/ !
Dvr1000-irq.h24 #define IRQ_SMALERT IRQ_EINT8
Dbast-irq.h27 #define IRQ_SMALERT IRQ_EINT8
Dirqs.h66 #define IRQ_EINT8 S3C2410_IRQ(36) macro
/linux-3.4.99/arch/arm/plat-s3c24xx/ !
Dirq.c170 } else if ((data->irq >= IRQ_EINT8) && (data->irq <= IRQ_EINT15)) { in s3c_irqext_type()
173 gpcon_offset = (data->irq - IRQ_EINT8) * 2; in s3c_irqext_type()
174 extint_offset = (data->irq - IRQ_EINT8) * 4; in s3c_irqext_type()
178 gpcon_offset = (data->irq - IRQ_EINT8) * 2; in s3c_irqext_type()
/linux-3.4.99/drivers/gpio/ !
Dgpio-samsung.c1136 .irq_base = IRQ_EINT8,