Lines Matching refs:best_clock
769 intel_clock_t *best_clock) in i9xx_find_best_dpll() argument
775 memset(best_clock, 0, sizeof(*best_clock)); in i9xx_find_best_dpll()
801 *best_clock = clock; in i9xx_find_best_dpll()
816 intel_clock_t *best_clock) in pnv_find_best_dpll() argument
822 memset(best_clock, 0, sizeof(*best_clock)); in pnv_find_best_dpll()
846 *best_clock = clock; in pnv_find_best_dpll()
861 intel_clock_t *best_clock) in g4x_find_best_dpll() argument
870 memset(best_clock, 0, sizeof(*best_clock)); in g4x_find_best_dpll()
893 *best_clock = clock; in g4x_find_best_dpll()
911 const intel_clock_t *best_clock, in vlv_PLL_is_optimal() argument
922 return calculated_clock->p > best_clock->p; in vlv_PLL_is_optimal()
936 if (*error_ppm < 100 && calculated_clock->p > best_clock->p) { in vlv_PLL_is_optimal()
949 intel_clock_t *best_clock) in vlv_find_best_dpll() argument
961 memset(best_clock, 0, sizeof(*best_clock)); in vlv_find_best_dpll()
984 best_clock, in vlv_find_best_dpll()
988 *best_clock = clock; in vlv_find_best_dpll()
1003 intel_clock_t *best_clock) in chv_find_best_dpll() argument
1012 memset(best_clock, 0, sizeof(*best_clock)); in chv_find_best_dpll()
1044 if (!vlv_PLL_is_optimal(dev, target, &clock, best_clock, in chv_find_best_dpll()
1048 *best_clock = clock; in chv_find_best_dpll()
1058 intel_clock_t *best_clock) in bxt_find_best_dpll() argument
1063 target_clock, refclk, NULL, best_clock); in bxt_find_best_dpll()