Home
last modified time | relevance | path

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

/arch/arm/plat-s3c24xx/
Dirq.c606 static unsigned long save_eintflt[4]; variable
616 for (i = 0; i < ARRAY_SIZE(save_eintflt); i++) in s3c24xx_irq_suspend()
617 save_eintflt[i] = __raw_readl(S3C24XX_EINFLT0 + (i*4)); in s3c24xx_irq_suspend()
632 for (i = 0; i < ARRAY_SIZE(save_eintflt); i++) in s3c24xx_irq_resume()
633 __raw_writel(save_eintflt[i], S3C24XX_EINFLT0 + (i*4)); in s3c24xx_irq_resume()