Lines Matching refs:best
114 uint64_t cur, best; in ti_dpll_clk_find_best() local
127 if (abs(*fout - cur) < abs(*fout - best)) { in ti_dpll_clk_find_best()
128 best = cur; in ti_dpll_clk_find_best()
138 return (best); in ti_dpll_clk_find_best()
180 uint64_t cur, best; in ti_dpll_clk_set_freq() local
185 best = cur = 0; in ti_dpll_clk_set_freq()
187 best = ti_dpll_clk_find_best(sc, fparent, fout, in ti_dpll_clk_set_freq()
191 *fout = best; in ti_dpll_clk_set_freq()
196 if ((best < *fout) && in ti_dpll_clk_set_freq()
201 if ((best > *fout) && in ti_dpll_clk_set_freq()
256 *fout = best; in ti_dpll_clk_set_freq()