Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/ath25/
H A Dar2315.c35 static void __iomem *ar2315_rst_base; variable
40 return __raw_readl(ar2315_rst_base + reg); in ar2315_rst_reg_read()
45 __raw_writel(val, ar2315_rst_base + reg); in ar2315_rst_reg_write()
273 ar2315_rst_base = ioremap(AR2315_RST_BASE, AR2315_RST_SIZE); in ar2315_plat_mem_setup()