Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/nand/
Ds3c2410.c134 void __iomem *sel_reg; member
369 cur = readl(info->sel_reg); in s3c2410_nand_select_chip()
387 writel(cur, info->sel_reg); in s3c2410_nand_select_chip()
786 info->sel_reg = regs + S3C2410_NFCONF; in s3c2410_nand_init_chip()
794 info->sel_reg = regs + S3C2440_NFCONT; in s3c2410_nand_init_chip()
804 info->sel_reg = regs + S3C2440_NFCONT; in s3c2410_nand_init_chip()
1062 info->save_sel = readl(info->sel_reg); in s3c24xx_nand_suspend()
1069 writel(info->save_sel | info->sel_bit, info->sel_reg); in s3c24xx_nand_suspend()
1088 sel = readl(info->sel_reg); in s3c24xx_nand_resume()
1091 writel(sel, info->sel_reg); in s3c24xx_nand_resume()