Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dicl_dsi.c1874 u32 tclk_pre_cnt, tclk_post_cnt; in icl_dphy_param_init() local
1914 tclk_pre_cnt = DIV_ROUND_UP(mipi_config->tclk_pre, tlpx_ns); in icl_dphy_param_init()
1915 if (tclk_pre_cnt > ICL_TCLK_PRE_CNT_MAX) { in icl_dphy_param_init()
1917 "tclk_pre_cnt out of range (%d)\n", tclk_pre_cnt); in icl_dphy_param_init()
1918 tclk_pre_cnt = ICL_TCLK_PRE_CNT_MAX; in icl_dphy_param_init()
1954 CLK_PRE(tclk_pre_cnt) | in icl_dphy_param_init()