Home
last modified time | relevance | path

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

/linux/arch/arm/mach-s3c/
A Dirq-pm-s3c24xx.c56 static unsigned long save_eintflt[4]; variable
66 for (i = 0; i < ARRAY_SIZE(save_eintflt); i++) in s3c24xx_irq_suspend()
67 save_eintflt[i] = __raw_readl(S3C24XX_EINFLT0 + (i*4)); in s3c24xx_irq_suspend()
82 for (i = 0; i < ARRAY_SIZE(save_eintflt); i++) in s3c24xx_irq_resume()
83 __raw_writel(save_eintflt[i], S3C24XX_EINFLT0 + (i*4)); in s3c24xx_irq_resume()

Completed in 3 milliseconds