Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c1731 u32 tclk_pre_cnt, tclk_post_cnt; in icl_dphy_param_init() local
1779 tclk_post_cnt = DIV_ROUND_UP(mipi_config->tclk_post, tlpx_ns); in icl_dphy_param_init()
1780 if (tclk_post_cnt > ICL_TCLK_POST_CNT_MAX) { in icl_dphy_param_init()
1782 "tclk_post_cnt out of range (%d)\n", in icl_dphy_param_init()
1783 tclk_post_cnt); in icl_dphy_param_init()
1784 tclk_post_cnt = ICL_TCLK_POST_CNT_MAX; in icl_dphy_param_init()
1813 CLK_POST(tclk_post_cnt) | in icl_dphy_param_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c1831 u32 tclk_pre_cnt, tclk_post_cnt; in icl_dphy_param_init() local
1879 tclk_post_cnt = DIV_ROUND_UP(mipi_config->tclk_post, tlpx_ns); in icl_dphy_param_init()
1880 if (tclk_post_cnt > ICL_TCLK_POST_CNT_MAX) { in icl_dphy_param_init()
1882 "tclk_post_cnt out of range (%d)\n", in icl_dphy_param_init()
1883 tclk_post_cnt); in icl_dphy_param_init()
1884 tclk_post_cnt = ICL_TCLK_POST_CNT_MAX; in icl_dphy_param_init()
1913 CLK_POST(tclk_post_cnt) | in icl_dphy_param_init()

Completed in 5 milliseconds