Lines Matching defs:drate
65 unsigned long drate, unsigned long *prate)
73 if (drate >= rate_table[i].rate)
248 static int rockchip_rk3036_pll_set_rate(struct clk_hw *hw, unsigned long drate,
255 __func__, __clk_get_name(hw->clk), drate, prate);
258 rate = rockchip_get_pll_settings(pll, drate);
261 drate, __clk_get_name(hw->clk));
301 unsigned long drate;
306 drate = clk_hw_get_rate(hw);
307 rate = rockchip_get_pll_settings(pll, drate);
316 drate);
483 static int rockchip_rk3066_pll_set_rate(struct clk_hw *hw, unsigned long drate,
490 __func__, clk_hw_get_name(hw), drate, prate);
493 rate = rockchip_get_pll_settings(pll, drate);
496 drate, clk_hw_get_name(hw));
536 unsigned long drate;
541 drate = clk_hw_get_rate(hw);
542 rate = rockchip_get_pll_settings(pll, drate);
551 __func__, clk_hw_get_name(hw), drate, rate->nr, cur.nr,
732 static int rockchip_rk3399_pll_set_rate(struct clk_hw *hw, unsigned long drate,
739 __func__, __clk_get_name(hw->clk), drate, prate);
742 rate = rockchip_get_pll_settings(pll, drate);
745 drate, __clk_get_name(hw->clk));
785 unsigned long drate;
790 drate = clk_hw_get_rate(hw);
791 rate = rockchip_get_pll_settings(pll, drate);
800 drate);
978 static int rockchip_rk3588_pll_set_rate(struct clk_hw *hw, unsigned long drate,
985 __func__, __clk_get_name(hw->clk), drate, prate);
988 rate = rockchip_get_pll_settings(pll, drate);
991 drate, __clk_get_name(hw->clk));