Searched refs:best_error (Results 1 – 2 of 2) sorted by relevance
374 int best_error = rate; in find_best_divider() local377 for (shift = 0; shift <= 8 && best_error > 0; shift++) { in find_best_divider()386 if (divider != -1 && error < best_error) { in find_best_divider()387 best_error = error; in find_best_divider()
1401 unsigned int best_error = target_rate; in clock_calc_best_scalar() local1429 if (error >= 0 && error <= best_error) { in clock_calc_best_scalar()1430 best_error = error; in clock_calc_best_scalar()