Home
last modified time | relevance | path

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

/linux/arch/arm/mach-s3c/
H A Dpm.c40 unsigned long s3c_irqwake_eintmask = 0xffffffffL; variable
53 s3c_irqwake_eintmask |= bit; in s3c_irqext_wake()
55 s3c_irqwake_eintmask &= ~bit; in s3c_irqext_wake()
90 !any_allowed(s3c_irqwake_eintmask, s3c_irqwake_eintallow)) { in s3c_pm_enter()
111 s3c_irqwake_intmask, s3c_irqwake_eintmask); in s3c_pm_enter()
H A Dpm.h38 extern unsigned long s3c_irqwake_eintmask;
H A Dpm-s3c64xx.c203 __raw_writel(s3c_irqwake_eintmask, S3C64XX_EINT_MASK); in s3c_pm_configure_extint()