Lines Matching defs:drate
53 unsigned long drate, unsigned long *prate)
61 if (drate >= rate_table[i].rate)
248 static int samsung_pll35xx_set_rate(struct clk_hw *hw, unsigned long drate,
256 rate = samsung_get_pll_settings(pll, drate);
259 drate, clk_hw_get_name(hw));
358 static int samsung_pll36xx_set_rate(struct clk_hw *hw, unsigned long drate,
365 rate = samsung_get_pll_settings(pll, drate);
368 drate, clk_hw_get_name(hw));
451 static int samsung_pll0822x_set_rate(struct clk_hw *hw, unsigned long drate,
459 rate = samsung_get_pll_settings(pll, drate);
462 drate, clk_hw_get_name(hw));
540 static int samsung_pll0831x_set_rate(struct clk_hw *hw, unsigned long drate,
548 rate = samsung_get_pll_settings(pll, drate);
551 drate, clk_hw_get_name(hw));
650 static int samsung_pll45xx_set_rate(struct clk_hw *hw, unsigned long drate,
658 rate = samsung_get_pll_settings(pll, drate);
661 drate, clk_hw_get_name(hw));
787 static int samsung_pll46xx_set_rate(struct clk_hw *hw, unsigned long drate,
795 rate = samsung_get_pll_settings(pll, drate);
798 drate, clk_hw_get_name(hw));
1025 static int samsung_pll2550xx_set_rate(struct clk_hw *hw, unsigned long drate,
1033 rate = samsung_get_pll_settings(pll, drate);
1036 drate, clk_hw_get_name(hw));
1120 static int samsung_pll2650x_set_rate(struct clk_hw *hw, unsigned long drate,
1128 rate = samsung_get_pll_settings(pll, drate);
1131 drate, clk_hw_get_name(hw));
1211 static int samsung_pll2650xx_set_rate(struct clk_hw *hw, unsigned long drate,
1218 rate = samsung_get_pll_settings(pll, drate);
1221 drate, clk_hw_get_name(hw));