Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-s3c24xx/include/mach/
Dvr1000-irq.h19 #define IRQ_IDE0 IRQ_EINT16
Dbast-irq.h19 #define IRQ_IDE0 IRQ_EINT16
Dgta02.h70 #define GTA02_IRQ_GSENSOR_2 IRQ_EINT16 /* v2 + v3 + v4 only */
Dirqs.h74 #define IRQ_EINT16 S3C2410_IRQ(44) macro
/linux-3.4.99/arch/arm/plat-s3c24xx/
Dirq.c175 } else if ((data->irq >= IRQ_EINT16) && (data->irq <= IRQ_EINT23)) { in s3c_irqext_type()
179 extint_offset = (data->irq - IRQ_EINT16) * 4; in s3c_irqext_type()