Searched refs:lanebyteclk (Results 1 – 2 of 2) sorted by relevance
548 u32 lanebyteclk, dpipclk; in rk618_dsi_pre_enable() local630 lanebyteclk = (dsi->phy.rate >> 3) / USEC_PER_SEC; in rk618_dsi_pre_enable()632 hline_time = DIV_ROUND_UP(mode->htotal * lanebyteclk, dpipclk); in rk618_dsi_pre_enable()633 hbp_time = DIV_ROUND_UP(hbp * lanebyteclk, dpipclk); in rk618_dsi_pre_enable()634 hsa_time = DIV_ROUND_UP(hsw * lanebyteclk, dpipclk); in rk618_dsi_pre_enable()
1138 unsigned int lanebyteclk = (dsi->lane_mbps * 1000L) >> 3; in rk628_dsi_set_vid_mode() local1183 hline_time = DIV_ROUND_CLOSEST(hline * lanebyteclk, dpipclk); in rk628_dsi_set_vid_mode()1187 hsa_time = DIV_ROUND_CLOSEST(hsa * lanebyteclk, dpipclk); in rk628_dsi_set_vid_mode()1190 hbp_time = DIV_ROUND_CLOSEST(hbp * lanebyteclk, dpipclk); in rk628_dsi_set_vid_mode()