Searched refs:pll_clk_round_rate (Results 1 – 1 of 1) sorted by relevance
94 static long pll_clk_round_rate(struct clk_hw *hw, unsigned long rate, in pll_clk_round_rate() function171 return pll_clk_round_rate(__clk_get_hw(parent_clk), rate, &pll_parent_rate); in cpu_clk_round_rate()187 .round_rate = pll_clk_round_rate,