Searched refs:ath79_pll_rr (Results 1 – 2 of 2) sorted by relevance
63 pll = ath79_pll_rr(AR71XX_PLL_REG_CPU_CONFIG); in ar71xx_clocks_init()97 pll = ath79_pll_rr(AR724X_PLL_REG_CPU_CONFIG); in ar724x_clocks_init()133 pll = ath79_pll_rr(AR913X_PLL_REG_CPU_CONFIG); in ar913x_clocks_init()172 clock_ctrl = ath79_pll_rr(AR933X_PLL_CLOCK_CTRL_REG); in ar933x_clocks_init()178 cpu_config = ath79_pll_rr(AR933X_PLL_CPU_CONFIG_REG); in ar933x_clocks_init()268 pll = ath79_pll_rr(AR934X_PLL_CPU_CONFIG_REG); in ar934x_clocks_init()295 pll = ath79_pll_rr(AR934X_PLL_DDR_CONFIG_REG); in ar934x_clocks_init()310 clk_ctrl = ath79_pll_rr(AR934X_PLL_CPU_DDR_CLK_CTRL_REG); in ar934x_clocks_init()369 pll = ath79_pll_rr(QCA955X_PLL_CPU_CONFIG_REG); in qca955x_clocks_init()383 pll = ath79_pll_rr(QCA955X_PLL_DDR_CONFIG_REG); in qca955x_clocks_init()[all …]
127 static inline u32 ath79_pll_rr(unsigned reg) in ath79_pll_rr() function