Searched refs:best_error (Results 1 – 2 of 2) sorted by relevance
373 int best_error = rate; in find_best_divider() local376 for (shift = 0; shift <= 8 && best_error > 0; shift++) { in find_best_divider()385 if (divider != -1 && error < best_error) { in find_best_divider()386 best_error = error; in find_best_divider()
1413 unsigned int best_error = target_rate; in clock_calc_best_scalar() local1441 if (error >= 0 && error <= best_error) { in clock_calc_best_scalar()1442 best_error = error; in clock_calc_best_scalar()