Searched refs:s3c_irqwake_eintallow (Results 1 – 4 of 4) sorted by relevance
47 extern unsigned long s3c_irqwake_eintallow;49 #define s3c_irqwake_eintallow 0 macro
54 if (!(s3c_irqwake_eintallow & bit)) in s3c_irqext_wake()99 !any_allowed(s3c_irqwake_eintmask, s3c_irqwake_eintallow)) { in s3c_pm_enter()
60 #define s3c_irqwake_eintallow ((1 << 28) - 1) macro
39 unsigned long s3c_irqwake_eintallow = 0x0000fff0L; variable