Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dicl_dsi.c1436 u32 tclk_pre_cnt, tclk_post_cnt; in icl_dphy_param_init() local
1480 tclk_post_cnt = DIV_ROUND_UP(mipi_config->tclk_post, tlpx_ns); in icl_dphy_param_init()
1481 if (tclk_post_cnt > ICL_TCLK_POST_CNT_MAX) { in icl_dphy_param_init()
1482 DRM_DEBUG_KMS("tclk_post_cnt out of range (%d)\n", tclk_post_cnt); in icl_dphy_param_init()
1483 tclk_post_cnt = ICL_TCLK_POST_CNT_MAX; in icl_dphy_param_init()
1509 CLK_POST(tclk_post_cnt) | in icl_dphy_param_init()