Home
last modified time | relevance | path

Searched refs:pll_set_rate (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/clk/h8300/
Dclk-h8s2678.c57 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/
Dclock.c159 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/
Dclk-iproc-pll.c243 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/
Dat32ap700x.c129 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()