Lines Matching defs:drate
50 unsigned long drate, unsigned long *prate)
58 if (drate >= rate_table[i].rate)
204 static int samsung_pll35xx_set_rate(struct clk_hw *hw, unsigned long drate,
212 rate = samsung_get_pll_settings(pll, drate);
215 drate, clk_hw_get_name(hw));
317 static int samsung_pll36xx_set_rate(struct clk_hw *hw, unsigned long drate,
324 rate = samsung_get_pll_settings(pll, drate);
327 drate, clk_hw_get_name(hw));
434 static int samsung_pll45xx_set_rate(struct clk_hw *hw, unsigned long drate,
443 rate = samsung_get_pll_settings(pll, drate);
446 drate, clk_hw_get_name(hw));
585 static int samsung_pll46xx_set_rate(struct clk_hw *hw, unsigned long drate,
594 rate = samsung_get_pll_settings(pll, drate);
597 drate, clk_hw_get_name(hw));
804 static int samsung_s3c2410_pll_set_rate(struct clk_hw *hw, unsigned long drate,
812 rate = samsung_get_pll_settings(pll, drate);
815 drate, clk_hw_get_name(hw));
1000 static int samsung_pll2550xx_set_rate(struct clk_hw *hw, unsigned long drate,
1008 rate = samsung_get_pll_settings(pll, drate);
1011 drate, clk_hw_get_name(hw));
1100 static int samsung_pll2650x_set_rate(struct clk_hw *hw, unsigned long drate,
1108 rate = samsung_get_pll_settings(pll, drate);
1111 drate, clk_hw_get_name(hw));
1195 static int samsung_pll2650xx_set_rate(struct clk_hw *hw, unsigned long drate,
1202 rate = samsung_get_pll_settings(pll, drate);
1205 drate, clk_hw_get_name(hw));