Searched refs:__clk_pllv2_set_rate (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/imx/ |
H A D | clk-pllv2.c | 126 static int __clk_pllv2_set_rate(unsigned long rate, unsigned long parent_rate, in __clk_pllv2_set_rate() function 166 ret = __clk_pllv2_set_rate(rate, parent_rate, &dp_op, &dp_mfd, &dp_mfn); in clk_pllv2_set_rate() 187 ret = __clk_pllv2_set_rate(rate, *prate, &dp_op, &dp_mfd, &dp_mfn); in clk_pllv2_round_rate()
|