Home
last modified time | relevance | path

Searched refs:IRQ_EINT_BIT (Results 1 – 3 of 3) sorted by relevance

/arch/arm/plat-samsung/
Dpm.c52 unsigned long bit = 1L << IRQ_EINT_BIT(data->irq); in s3c_irqext_wake()
/arch/arm/mach-s3c64xx/include/mach/
Dirqs.h122 #define IRQ_EINT_BIT(x) ((x) - S3C_EINT(0)) macro
/arch/arm/mach-s3c24xx/include/mach/
Dirqs.h87 #define IRQ_EINT_BIT(x) ((x) - IRQ_EINT4 + 4) macro