Lines Matching refs:best_clock
625 intel_clock_t *best_clock) in i9xx_find_best_dpll() argument
649 memset(best_clock, 0, sizeof(*best_clock)); in i9xx_find_best_dpll()
673 *best_clock = clock; in i9xx_find_best_dpll()
688 intel_clock_t *best_clock) in pnv_find_best_dpll() argument
712 memset(best_clock, 0, sizeof(*best_clock)); in pnv_find_best_dpll()
734 *best_clock = clock; in pnv_find_best_dpll()
749 intel_clock_t *best_clock) in g4x_find_best_dpll() argument
772 memset(best_clock, 0, sizeof(*best_clock)); in g4x_find_best_dpll()
792 *best_clock = clock; in g4x_find_best_dpll()
810 const intel_clock_t *best_clock, in vlv_PLL_is_optimal() argument
821 return calculated_clock->p > best_clock->p; in vlv_PLL_is_optimal()
835 if (*error_ppm < 100 && calculated_clock->p > best_clock->p) { in vlv_PLL_is_optimal()
848 intel_clock_t *best_clock) in vlv_find_best_dpll() argument
860 memset(best_clock, 0, sizeof(*best_clock)); in vlv_find_best_dpll()
883 best_clock, in vlv_find_best_dpll()
887 *best_clock = clock; in vlv_find_best_dpll()
902 intel_clock_t *best_clock) in chv_find_best_dpll() argument
911 memset(best_clock, 0, sizeof(*best_clock)); in chv_find_best_dpll()
943 if (!vlv_PLL_is_optimal(dev, target, &clock, best_clock, in chv_find_best_dpll()
947 *best_clock = clock; in chv_find_best_dpll()