Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mipi_dsi/
Ddsi_mcux.c33 #define DSI_DPHY_PLL_CM_MAX 255U macro
119 if (cm == (DSI_DPHY_PLL_CM_MAX + 1)) { in dsi_mcux_best_clock()
120 cm = DSI_DPHY_PLL_CM_MAX; in dsi_mcux_best_clock()
124 if ((cm < DSI_DPHY_PLL_CM_MIN) || (cm > DSI_DPHY_PLL_CM_MAX)) { in dsi_mcux_best_clock()