Lines Matching refs:best_clock
432 struct dpll *best_clock) in i9xx_find_best_dpll() argument
438 memset(best_clock, 0, sizeof(*best_clock)); in i9xx_find_best_dpll()
465 *best_clock = clock; in i9xx_find_best_dpll()
490 struct dpll *best_clock) in pnv_find_best_dpll() argument
496 memset(best_clock, 0, sizeof(*best_clock)); in pnv_find_best_dpll()
521 *best_clock = clock; in pnv_find_best_dpll()
546 struct dpll *best_clock) in g4x_find_best_dpll() argument
555 memset(best_clock, 0, sizeof(*best_clock)); in g4x_find_best_dpll()
579 *best_clock = clock; in g4x_find_best_dpll()
597 const struct dpll *best_clock, in vlv_PLL_is_optimal() argument
608 return calculated_clock->p > best_clock->p; in vlv_PLL_is_optimal()
622 if (*error_ppm < 100 && calculated_clock->p > best_clock->p) { in vlv_PLL_is_optimal()
640 struct dpll *best_clock) in vlv_find_best_dpll() argument
652 memset(best_clock, 0, sizeof(*best_clock)); in vlv_find_best_dpll()
676 best_clock, in vlv_find_best_dpll()
680 *best_clock = clock; in vlv_find_best_dpll()
700 struct dpll *best_clock) in chv_find_best_dpll() argument
709 memset(best_clock, 0, sizeof(*best_clock)); in chv_find_best_dpll()
742 if (!vlv_PLL_is_optimal(dev, target, &clock, best_clock, in chv_find_best_dpll()
746 *best_clock = clock; in chv_find_best_dpll()
756 struct dpll *best_clock) in bxt_find_best_dpll() argument
763 NULL, best_clock); in bxt_find_best_dpll()