Searched refs:IRQ_EINT8 (Results 1 – 5 of 5) sorted by relevance
24 #define IRQ_SMALERT IRQ_EINT8
27 #define IRQ_SMALERT IRQ_EINT8
66 #define IRQ_EINT8 S3C2410_IRQ(36) macro
170 } 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()
1136 .irq_base = IRQ_EINT8,