Searched refs:cand_freq (Results 1 – 1 of 1) sorted by relevance
64 uint32_t cand_freq, vco_freq, refclk_cn_freq; in dsi_mcux_best_clock() local129 cand_freq = (refclk_cn_freq * cm) >> co_shift; in dsi_mcux_best_clock()131 if (cand_freq < target_freq) { in dsi_mcux_best_clock()138 if ((cand_freq - target_freq) < best_diff) { in dsi_mcux_best_clock()140 best_diff = (cand_freq - target_freq); in dsi_mcux_best_clock()141 best_pll_freq = cand_freq; in dsi_mcux_best_clock()