Searched refs:min_error (Results 1 – 2 of 2) sorted by relevance
132 s32 freq_error, min_error = 100000; in mrst_sdvo_find_best_pll() local 158 if (freq_error < -min_error) { in mrst_sdvo_find_best_pll() 167 if (freq_error < min_error) { in mrst_sdvo_find_best_pll() 168 min_error = freq_error; in mrst_sdvo_find_best_pll() 173 if (min_error == 0) in mrst_sdvo_find_best_pll() 177 return min_error == 0; in mrst_sdvo_find_best_pll()
534 u32 min_error = clk_pixel_pll; in ufx_calc_pll_values() local 587 if (error < min_error) { in ufx_calc_pll_values() 588 min_error = error; in ufx_calc_pll_values() 602 if (min_error == 0) in ufx_calc_pll_values()