Home
last modified time | relevance | path

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

/src/sys/dev/clk/allwinner/
H A Daw_clk_frac.c191 int retry, multiple, max_mult, best_mult; in aw_clk_frac_set_freq() local
196 best_mult = 0; in aw_clk_frac_set_freq()
207 best_mult = multiple; in aw_clk_frac_set_freq()
213 best_mult = multiple; in aw_clk_frac_set_freq()
223 best_mult = multiple; in aw_clk_frac_set_freq()
226 dprintf("This is the one: n=%d m=%d mult=%d\n", best_n, best_m, best_mult); in aw_clk_frac_set_freq()
231 best_mult = multiple; in aw_clk_frac_set_freq()
234 dprintf("This is the best for now: n=%d m=%d mult=%d\n", best_n, best_m, best_mult); in aw_clk_frac_set_freq()
252 if ((best < (*fout * best_mult)) && in aw_clk_frac_set_freq()
257 if ((best > *fout * best_mult) && in aw_clk_frac_set_freq()