Searched refs:ath79_pll_rr (Results 1 – 2 of 2) sorted by relevance
67 pll = ath79_pll_rr(AR71XX_PLL_REG_CPU_CONFIG); in ar71xx_clocks_init()101 pll = ath79_pll_rr(AR724X_PLL_REG_CPU_CONFIG); in ar724x_clocks_init()137 pll = ath79_pll_rr(AR913X_PLL_REG_CPU_CONFIG); in ar913x_clocks_init()176 clock_ctrl = ath79_pll_rr(AR933X_PLL_CLOCK_CTRL_REG); in ar933x_clocks_init()182 cpu_config = ath79_pll_rr(AR933X_PLL_CPU_CONFIG_REG); in ar933x_clocks_init()272 pll = ath79_pll_rr(AR934X_PLL_CPU_CONFIG_REG); in ar934x_clocks_init()299 pll = ath79_pll_rr(AR934X_PLL_DDR_CONFIG_REG); in ar934x_clocks_init()314 clk_ctrl = ath79_pll_rr(AR934X_PLL_CPU_DDR_CLK_CTRL_REG); in ar934x_clocks_init()373 pll = ath79_pll_rr(QCA955X_PLL_CPU_CONFIG_REG); in qca955x_clocks_init()387 pll = ath79_pll_rr(QCA955X_PLL_DDR_CONFIG_REG); in qca955x_clocks_init()[all …]
128 static inline u32 ath79_pll_rr(unsigned reg) in ath79_pll_rr() function