Lines Matching refs:best_freq
559 unsigned long *best_freq, unsigned long *parent_freq, in clk_round_parent() argument
568 *best_freq = clk_round_rate(clk, target); in clk_round_parent()
569 return abs(target - *best_freq); in clk_round_parent()
580 if (best_freq) in clk_round_parent()
581 *best_freq = freq_max; in clk_round_parent()
600 if (best_freq) in clk_round_parent()
601 *best_freq = freq_min; in clk_round_parent()
620 if (best_freq) in clk_round_parent()
621 *best_freq = freq_high; in clk_round_parent()
627 if (best_freq) in clk_round_parent()
628 *best_freq = freq_low; in clk_round_parent()
633 *best_freq, best->frequency); in clk_round_parent()