Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dicl_dsi.c1735 u32 tclk_pre_cnt, tclk_post_cnt; in icl_dphy_param_init() local
1775 tclk_pre_cnt = DIV_ROUND_UP(mipi_config->tclk_pre, tlpx_ns); in icl_dphy_param_init()
1776 if (tclk_pre_cnt > ICL_TCLK_PRE_CNT_MAX) { in icl_dphy_param_init()
1778 "tclk_pre_cnt out of range (%d)\n", tclk_pre_cnt); in icl_dphy_param_init()
1779 tclk_pre_cnt = ICL_TCLK_PRE_CNT_MAX; in icl_dphy_param_init()
1815 CLK_PRE(tclk_pre_cnt) | in icl_dphy_param_init()