Lines Matching refs:best_clock
685 struct dpll *best_clock) in i9xx_find_best_dpll() argument
691 memset(best_clock, 0, sizeof(*best_clock)); in i9xx_find_best_dpll()
718 *best_clock = clock; in i9xx_find_best_dpll()
743 struct dpll *best_clock) in pnv_find_best_dpll() argument
749 memset(best_clock, 0, sizeof(*best_clock)); in pnv_find_best_dpll()
774 *best_clock = clock; in pnv_find_best_dpll()
799 struct dpll *best_clock) in g4x_find_best_dpll() argument
808 memset(best_clock, 0, sizeof(*best_clock)); in g4x_find_best_dpll()
832 *best_clock = clock; in g4x_find_best_dpll()
850 const struct dpll *best_clock, in vlv_PLL_is_optimal() argument
861 return calculated_clock->p > best_clock->p; in vlv_PLL_is_optimal()
875 if (*error_ppm < 100 && calculated_clock->p > best_clock->p) { in vlv_PLL_is_optimal()
893 struct dpll *best_clock) in vlv_find_best_dpll() argument
905 memset(best_clock, 0, sizeof(*best_clock)); in vlv_find_best_dpll()
929 best_clock, in vlv_find_best_dpll()
933 *best_clock = clock; in vlv_find_best_dpll()
953 struct dpll *best_clock) in chv_find_best_dpll() argument
962 memset(best_clock, 0, sizeof(*best_clock)); in chv_find_best_dpll()
994 if (!vlv_PLL_is_optimal(dev, target, &clock, best_clock, in chv_find_best_dpll()
998 *best_clock = clock; in chv_find_best_dpll()
1008 struct dpll *best_clock) in bxt_find_best_dpll() argument
1014 target_clock, refclk, NULL, best_clock); in bxt_find_best_dpll()