Searched refs:this_err (Results 1 – 3 of 3) sorted by relevance
197 int this_err; in mrst_lvds_find_best_pll() local201 this_err = abs(clock.dot - target); in mrst_lvds_find_best_pll()202 if (this_err < err) { in mrst_lvds_find_best_pll()204 err = this_err; in mrst_lvds_find_best_pll()
792 int this_err; in gma_find_best_pll() local800 this_err = abs(clock.dot - target); in gma_find_best_pll()801 if (this_err < err) { in gma_find_best_pll()803 err = this_err; in gma_find_best_pll()
677 int this_err; in i9xx_find_best_dpll() local688 this_err = abs(clock.dot - target); in i9xx_find_best_dpll()689 if (this_err < err) { in i9xx_find_best_dpll()691 err = this_err; in i9xx_find_best_dpll()733 int this_err; in pnv_find_best_dpll() local744 this_err = abs(clock.dot - target); in pnv_find_best_dpll()745 if (this_err < err) { in pnv_find_best_dpll()747 err = this_err; in pnv_find_best_dpll()794 int this_err; in g4x_find_best_dpll() local803 if (this_err < err_most) { in g4x_find_best_dpll()[all …]