Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drk618_dsi.c548 u32 lanebyteclk, dpipclk; in rk618_dsi_pre_enable() local
630 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()
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_dsi.c1138 unsigned int lanebyteclk = (dsi->lane_mbps * 1000L) >> 3; in rk628_dsi_set_vid_mode() local
1183 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()