flashctl_base     185 arch/mips/ath25/ar5312.c 	void __iomem *flashctl_base;
flashctl_base     188 arch/mips/ath25/ar5312.c 	flashctl_base = ioremap_nocache(AR5312_FLASHCTL_BASE,
flashctl_base     191 arch/mips/ath25/ar5312.c 	ctl = __raw_readl(flashctl_base + AR5312_FLASHCTL0);
flashctl_base     213 arch/mips/ath25/ar5312.c 	__raw_writel(ctl, flashctl_base + AR5312_FLASHCTL0);
flashctl_base     216 arch/mips/ath25/ar5312.c 	ctl = __raw_readl(flashctl_base + AR5312_FLASHCTL1);
flashctl_base     218 arch/mips/ath25/ar5312.c 	__raw_writel(ctl, flashctl_base + AR5312_FLASHCTL1);
flashctl_base     219 arch/mips/ath25/ar5312.c 	ctl = __raw_readl(flashctl_base + AR5312_FLASHCTL2);
flashctl_base     221 arch/mips/ath25/ar5312.c 	__raw_writel(ctl, flashctl_base + AR5312_FLASHCTL2);
flashctl_base     223 arch/mips/ath25/ar5312.c 	iounmap(flashctl_base);