Lines Matching refs:best_clock
442 struct dpll *best_clock) in i9xx_find_best_dpll() argument
448 memset(best_clock, 0, sizeof(*best_clock)); in i9xx_find_best_dpll()
475 *best_clock = clock; in i9xx_find_best_dpll()
500 struct dpll *best_clock) in pnv_find_best_dpll() argument
506 memset(best_clock, 0, sizeof(*best_clock)); in pnv_find_best_dpll()
531 *best_clock = clock; in pnv_find_best_dpll()
556 struct dpll *best_clock) in g4x_find_best_dpll() argument
565 memset(best_clock, 0, sizeof(*best_clock)); in g4x_find_best_dpll()
589 *best_clock = clock; in g4x_find_best_dpll()
607 const struct dpll *best_clock, in vlv_PLL_is_optimal() argument
618 return calculated_clock->p > best_clock->p; in vlv_PLL_is_optimal()
632 if (*error_ppm < 100 && calculated_clock->p > best_clock->p) { in vlv_PLL_is_optimal()
650 struct dpll *best_clock) in vlv_find_best_dpll() argument
660 memset(best_clock, 0, sizeof(*best_clock)); in vlv_find_best_dpll()
684 best_clock, in vlv_find_best_dpll()
688 *best_clock = clock; in vlv_find_best_dpll()
708 struct dpll *best_clock) in chv_find_best_dpll() argument
717 memset(best_clock, 0, sizeof(*best_clock)); in chv_find_best_dpll()
749 if (!vlv_PLL_is_optimal(dev, target, &clock, best_clock, in chv_find_best_dpll()
753 *best_clock = clock; in chv_find_best_dpll()
763 struct dpll *best_clock) in bxt_find_best_dpll() argument
770 NULL, best_clock); in bxt_find_best_dpll()