Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/mach-ath79/
Dath79.h120 extern void __iomem *ath79_pll_base;
125 __raw_writel(val, ath79_pll_base + reg); in ath79_pll_wr()
130 return __raw_readl(ath79_pll_base + reg); in ath79_pll_rr()
/linux-4.4.14/arch/mips/ath79/
Dcommon.c38 void __iomem *ath79_pll_base; variable
Dsetup.c217 ath79_pll_base = ioremap_nocache(AR71XX_PLL_BASE, in plat_mem_setup()