Home
last modified time | relevance | path

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

/arch/arm/mach-s3c24xx/
Dirq-pm.c70 static unsigned long save_eintflt[4]; variable
80 for (i = 0; i < ARRAY_SIZE(save_eintflt); i++) in s3c24xx_irq_suspend()
81 save_eintflt[i] = __raw_readl(S3C24XX_EINFLT0 + (i*4)); in s3c24xx_irq_suspend()
96 for (i = 0; i < ARRAY_SIZE(save_eintflt); i++) in s3c24xx_irq_resume()
97 __raw_writel(save_eintflt[i], S3C24XX_EINFLT0 + (i*4)); in s3c24xx_irq_resume()