Searched refs:this_err (Results 1 – 1 of 1) sorted by relevance
736 int this_err; in i9xx_find_best_dpll() local747 this_err = abs(clock.dot - target); in i9xx_find_best_dpll()748 if (this_err < err) { in i9xx_find_best_dpll()750 err = this_err; in i9xx_find_best_dpll()792 int this_err; in pnv_find_best_dpll() local803 this_err = abs(clock.dot - target); in pnv_find_best_dpll()804 if (this_err < err) { in pnv_find_best_dpll()806 err = this_err; in pnv_find_best_dpll()853 int this_err; in g4x_find_best_dpll() local861 this_err = abs(clock.dot - target); in g4x_find_best_dpll()[all …]