Home
last modified time | relevance | path

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

/arch/mips/include/asm/mach-ath79/
Dath79.h121 extern void __iomem *ath79_pll_base;
126 __raw_writel(val, ath79_pll_base + reg); in ath79_pll_wr()
131 return __raw_readl(ath79_pll_base + reg); in ath79_pll_rr()
/arch/mips/ath79/
Dcommon.c38 void __iomem *ath79_pll_base; variable
Dsetup.c212 ath79_pll_base = ioremap_nocache(AR71XX_PLL_BASE, in plat_mem_setup()
Dclock.c129 ar724x_clk_init(ref_clk, ath79_pll_base); in ar724x_clocks_init()
212 ar9330_clk_init(ref_clk, ath79_pll_base); in ar933x_clocks_init()