Lines Matching refs:best
103 uint64_t cur, best; in aw_clk_np_find_best() local
116 if (abs(*fout - cur) < abs(*fout - best)) { in aw_clk_np_find_best()
117 best = cur; in aw_clk_np_find_best()
127 return (best); in aw_clk_np_find_best()
135 uint64_t cur, best; in aw_clk_np_set_freq() local
141 best = cur = 0; in aw_clk_np_set_freq()
143 best = aw_clk_np_find_best(sc, fparent, fout, in aw_clk_np_set_freq()
147 *fout = best; in aw_clk_np_set_freq()
152 if ((best < *fout) && in aw_clk_np_set_freq()
157 if ((best > *fout) && in aw_clk_np_set_freq()
185 *fout = best; in aw_clk_np_set_freq()