Searched refs:pll_set_rate (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/clk/h8300/ |
D | clk-h8s2678.c | 57 static int pll_set_rate(struct clk_hw *hw, unsigned long rate, in pll_set_rate() function 81 .set_rate = pll_set_rate,
|
/linux-4.4.14/arch/blackfin/mach-bf609/ |
D | clock.c | 159 int pll_set_rate(struct clk *clk, unsigned long rate) in pll_set_rate() function 262 .set_rate = pll_set_rate,
|
/linux-4.4.14/drivers/clk/bcm/ |
D | clk-iproc-pll.c | 243 static int pll_set_rate(struct iproc_clk *clk, unsigned int rate_index, in pll_set_rate() function 444 ret = pll_set_rate(clk, rate_index, parent_rate); in iproc_pll_set_rate()
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 129 static long pll_set_rate(struct clk *clk, unsigned long rate, in pll_set_rate() function 252 actual_rate = pll_set_rate(clk, rate, &ctrl); in pll1_set_rate()
|