Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mipi_dsi/
Ddsi_mcux.c63 uint32_t co_shift, cn, cm; in dsi_mcux_best_clock() local
74 for (co_shift = DSI_DPHY_PLL_CO_MIN; co_shift <= DSI_DPHY_PLL_CO_MAX; co_shift++) { in dsi_mcux_best_clock()
76 vco_freq = target_freq << co_shift; in dsi_mcux_best_clock()
129 cand_freq = (refclk_cn_freq * cm) >> co_shift; in dsi_mcux_best_clock()