Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/dsi/phy/
Ddsi_phy.c63 s32 pcnt2 = 10; in msm_dsi_dphy_timing_calc() local
85 dsi_dphy_timing_calc_clk_zero(timing, ui, coeff, pcnt2); in msm_dsi_dphy_timing_calc()
102 timing->hs_zero = linear_inter(tmax, tmin, pcnt2, 24, true); in msm_dsi_dphy_timing_calc()
112 timing->hs_exit = linear_inter(tmax, tmin, pcnt2, 0, true); in msm_dsi_dphy_timing_calc()
118 timing->clk_post = linear_inter(tmax, tmin, pcnt2, 0, false); in msm_dsi_dphy_timing_calc()
126 temp = linear_inter(2 * tmax, tmin, pcnt2, 0, false); in msm_dsi_dphy_timing_calc()
129 timing->clk_pre = linear_inter(tmax, tmin, pcnt2, 0, false); in msm_dsi_dphy_timing_calc()