Lines Matching defs:drate
81 static long clk_pll_round_rate_index(struct clk_hw *hw, unsigned long drate,
99 if (drate < rate) {
113 static long clk_pll_round_rate(struct clk_hw *hw, unsigned long drate,
118 return clk_pll_round_rate_index(hw, drate, prate, &unused);
141 static int clk_pll_set_rate(struct clk_hw *hw, unsigned long drate,
149 clk_pll_round_rate_index(hw, drate, NULL, &i);
179 static long clk_vco_round_rate(struct clk_hw *hw, unsigned long drate,
185 return clk_round_rate_index(hw, drate, *prate, vco_calc_rate,
227 static int clk_vco_set_rate(struct clk_hw *hw, unsigned long drate,
235 clk_round_rate_index(hw, drate, prate, vco_calc_rate, vco->rtbl_cnt,