Home
last modified time | relevance | path

Searched refs:cand_freq (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/mipi_dsi/
Ddsi_mcux.c64 uint32_t cand_freq, vco_freq, refclk_cn_freq; in dsi_mcux_best_clock() local
129 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()