Home
last modified time | relevance | path

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

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