Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/ath25/
Dar2315.c34 static void __iomem *ar2315_rst_base; variable
39 return __raw_readl(ar2315_rst_base + reg); in ar2315_rst_reg_read()
44 __raw_writel(val, ar2315_rst_base + reg); in ar2315_rst_reg_write()
275 ar2315_rst_base = ioremap_nocache(AR2315_RST_BASE, AR2315_RST_SIZE); in ar2315_plat_mem_setup()