Searched refs:s3c_irqwake_intmask (Results 1 – 5 of 5) sorted by relevance
39 unsigned long s3c_irqwake_intmask = 0xffffffffL; variable89 !any_allowed(s3c_irqwake_intmask, s3c_irqwake_intallow) && in s3c_pm_enter()111 s3c_irqwake_intmask, s3c_irqwake_eintmask); in s3c_pm_enter()
34 __raw_writel(s3c_irqwake_intmask, S3C2410_INTMSK); in s3c_pm_arch_prepare_irqs()75 s3c_irqwake_intmask); in s3c_pm_arch_show_resume_irqs()
38 s3c_irqwake_intmask |= irqbit; in s3c_irq_wake()40 s3c_irqwake_intmask &= ~irqbit; in s3c_irq_wake()
37 extern unsigned long s3c_irqwake_intmask;
71 irqstate = s3c_irqwake_intmask & (1L<<irqoffs); in s3c_pm_check_resume_pin()
Completed in 5 milliseconds