Searched refs:IRQ_EINT_BIT (Results 1 – 5 of 5) sorted by relevance
97 #define IRQ_EINT_BIT(x) EINT_OFFSET(x) macro
73 #define IRQ_EINT_BIT(x) ((x) - IRQ_EINT00) macro
83 #define IRQ_EINT_BIT(x) ((x) - IRQ_EINT4 + 4) macro
160 #define IRQ_EINT_BIT(x) ((x) - S3C_EINT(0)) macro
141 unsigned long bit = 1L << IRQ_EINT_BIT(data->irq); in s3c_irqext_wake()