Searched refs:this_err (Results 1 – 3 of 3) sorted by relevance
456 int this_err; in i9xx_find_best_dpll() local467 this_err = abs(clock.dot - target); in i9xx_find_best_dpll()468 if (this_err < err) { in i9xx_find_best_dpll()470 err = this_err; in i9xx_find_best_dpll()513 int this_err; in pnv_find_best_dpll() local524 this_err = abs(clock.dot - target); in pnv_find_best_dpll()525 if (this_err < err) { in pnv_find_best_dpll()527 err = this_err; in pnv_find_best_dpll()575 int this_err; in g4x_find_best_dpll() local584 if (this_err < err_most) { in g4x_find_best_dpll()[all …]
194 int this_err; in mrst_lvds_find_best_pll() local198 this_err = abs(clock.dot - target); in mrst_lvds_find_best_pll()199 if (this_err < err) { in mrst_lvds_find_best_pll()201 err = this_err; in mrst_lvds_find_best_pll()
789 int this_err; in gma_find_best_pll() local797 this_err = abs(clock.dot - target); in gma_find_best_pll()798 if (this_err < err) { in gma_find_best_pll()800 err = this_err; in gma_find_best_pll()
Completed in 12 milliseconds