Home
last modified time | relevance | path

Searched refs:best_f (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/analogbits/
H A Dwrpll-cln28hpc.c226 u32 best_f, f, post_divr_freq; in wrpll_configure_for_rate() local
265 best_f = 0; in wrpll_configure_for_rate()
294 best_f = f; in wrpll_configure_for_rate()
299 c->divf = best_f - 1; in wrpll_configure_for_rate()
/kernel/linux/linux-6.6/drivers/clk/analogbits/
H A Dwrpll-cln28hpc.c230 u32 best_f, f, post_divr_freq; in wrpll_configure_for_rate() local
269 best_f = 0; in wrpll_configure_for_rate()
298 best_f = f; in wrpll_configure_for_rate()
303 c->divf = best_f - 1; in wrpll_configure_for_rate()
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-axi-clkgen.c113 unsigned long f, dout, best_f, fvco; in axi_clkgen_calc_params() local
120 best_f = ULONG_MAX; in axi_clkgen_calc_params()
145 if (abs(f - fout) < abs(best_f - fout)) { in axi_clkgen_calc_params()
146 best_f = f; in axi_clkgen_calc_params()
150 if (best_f == fout) in axi_clkgen_calc_params()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-axi-clkgen.c131 unsigned long f, dout, best_f, fvco; in axi_clkgen_calc_params() local
138 best_f = ULONG_MAX; in axi_clkgen_calc_params()
163 if (abs(f - fout) < abs(best_f - fout)) { in axi_clkgen_calc_params()
164 best_f = f; in axi_clkgen_calc_params()
168 if (best_f == fout) in axi_clkgen_calc_params()

Completed in 5 milliseconds