Lines Matching refs:best_clock
649 * If match_clock is provided, then best_clock P divider must match the P
657 struct dpll *best_clock)
663 memset(best_clock, 0, sizeof(*best_clock));
690 *best_clock = clock;
707 * If match_clock is provided, then best_clock P divider must match the P
715 struct dpll *best_clock)
721 memset(best_clock, 0, sizeof(*best_clock));
746 *best_clock = clock;
763 * If match_clock is provided, then best_clock P divider must match the P
771 struct dpll *best_clock)
780 memset(best_clock, 0, sizeof(*best_clock));
804 *best_clock = clock;
822 const struct dpll *best_clock,
833 return calculated_clock->p > best_clock->p;
847 if (*error_ppm < 100 && calculated_clock->p > best_clock->p) {
865 struct dpll *best_clock)
875 memset(best_clock, 0, sizeof(*best_clock));
899 best_clock,
903 *best_clock = clock;
923 struct dpll *best_clock)
932 memset(best_clock, 0, sizeof(*best_clock));
964 if (!vlv_PLL_is_optimal(dev, target, &clock, best_clock,
968 *best_clock = clock;
978 struct dpll *best_clock)
985 NULL, best_clock);