Searched refs:diff_best (Results 1 – 4 of 4) sorted by relevance
137 unsigned post_div_best, diff_best; in amdgpu_pll_compute() local206 diff_best = ~0; in amdgpu_pll_compute()215 if (diff < diff_best || (diff == diff_best && in amdgpu_pll_compute()219 diff_best = diff; in amdgpu_pll_compute()
218 u32 diff = 0, diff_best = 0xFFFFFFFF, i = 0, i_best = 0; in i810fb_find_best_mode() local225 if (diff < diff_best) { in i810fb_find_best_mode()227 diff_best = diff; in i810fb_find_best_mode()
729 unsigned int f_sel, diff, diff_best = INT_MAX; in wm8978_hw_params() local797 if (diff < diff_best) { in wm8978_hw_params()798 diff_best = diff; in wm8978_hw_params()
980 unsigned post_div_best, diff_best; in radeon_compute_pll_avivo() local1052 diff_best = ~0; in radeon_compute_pll_avivo()1061 if (diff < diff_best || (diff == diff_best && in radeon_compute_pll_avivo()1065 diff_best = diff; in radeon_compute_pll_avivo()