Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c1832 u32 tclk_pre_cnt, tclk_post_cnt; in icl_dphy_param_init() local
1872 tclk_pre_cnt = DIV_ROUND_UP(mipi_config->tclk_pre, tlpx_ns); in icl_dphy_param_init()
1873 if (tclk_pre_cnt > ICL_TCLK_PRE_CNT_MAX) { in icl_dphy_param_init()
1875 "tclk_pre_cnt out of range (%d)\n", tclk_pre_cnt); in icl_dphy_param_init()
1876 tclk_pre_cnt = ICL_TCLK_PRE_CNT_MAX; in icl_dphy_param_init()
1912 CLK_PRE(tclk_pre_cnt) | in icl_dphy_param_init()