Lines Matching defs:drate
84 static long clk_pll_round_rate_index(struct clk_hw *hw, unsigned long drate,
102 if (drate < rate) {
116 static long clk_pll_round_rate(struct clk_hw *hw, unsigned long drate,
121 return clk_pll_round_rate_index(hw, drate, prate, &unused);
144 static int clk_pll_set_rate(struct clk_hw *hw, unsigned long drate,
152 clk_pll_round_rate_index(hw, drate, NULL, &i);
182 static long clk_vco_round_rate(struct clk_hw *hw, unsigned long drate,
188 return clk_round_rate_index(hw, drate, *prate, vco_calc_rate,
230 static int clk_vco_set_rate(struct clk_hw *hw, unsigned long drate,
238 clk_round_rate_index(hw, drate, prate, vco_calc_rate, vco->rtbl_cnt,