Lines Matching refs:best_clock
669 struct dpll *best_clock) in i9xx_find_best_dpll() argument
675 memset(best_clock, 0, sizeof(*best_clock)); in i9xx_find_best_dpll()
702 *best_clock = clock; in i9xx_find_best_dpll()
727 struct dpll *best_clock) in pnv_find_best_dpll() argument
733 memset(best_clock, 0, sizeof(*best_clock)); in pnv_find_best_dpll()
758 *best_clock = clock; in pnv_find_best_dpll()
783 struct dpll *best_clock) in g4x_find_best_dpll() argument
792 memset(best_clock, 0, sizeof(*best_clock)); in g4x_find_best_dpll()
816 *best_clock = clock; in g4x_find_best_dpll()
834 const struct dpll *best_clock, in vlv_PLL_is_optimal() argument
845 return calculated_clock->p > best_clock->p; in vlv_PLL_is_optimal()
859 if (*error_ppm < 100 && calculated_clock->p > best_clock->p) { in vlv_PLL_is_optimal()
877 struct dpll *best_clock) in vlv_find_best_dpll() argument
889 memset(best_clock, 0, sizeof(*best_clock)); in vlv_find_best_dpll()
913 best_clock, in vlv_find_best_dpll()
917 *best_clock = clock; in vlv_find_best_dpll()
937 struct dpll *best_clock) in chv_find_best_dpll() argument
946 memset(best_clock, 0, sizeof(*best_clock)); in chv_find_best_dpll()
978 if (!vlv_PLL_is_optimal(dev, target, &clock, best_clock, in chv_find_best_dpll()
982 *best_clock = clock; in chv_find_best_dpll()
992 struct dpll *best_clock) in bxt_find_best_dpll() argument
999 NULL, best_clock); in bxt_find_best_dpll()