Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_dsi.c152 unsigned int lanebyteclk = (dsi->lane_mbps * 1000L) >> 3; in rk628_dsi_set_vid_mode() local
204 hline_time = DIV_ROUND_CLOSEST_ULL(hline * lanebyteclk, dpipclk); in rk628_dsi_set_vid_mode()
208 hs_time = DIV_ROUND_CLOSEST_ULL(hs * lanebyteclk, dpipclk); in rk628_dsi_set_vid_mode()
211 hbp_time = DIV_ROUND_CLOSEST_ULL(hbp * lanebyteclk, dpipclk); in rk628_dsi_set_vid_mode()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/
H A Drk618_dsi.c552 u32 lanebyteclk, dpipclk; in rk618_dsi_pre_enable() local
636 lanebyteclk = (dsi->phy.rate >> 3) / USEC_PER_SEC; in rk618_dsi_pre_enable()
638 hline_time = DIV_ROUND_UP(mode->htotal * lanebyteclk, dpipclk); in rk618_dsi_pre_enable()
639 hbp_time = DIV_ROUND_UP(hbp * lanebyteclk, dpipclk); in rk618_dsi_pre_enable()
640 hsa_time = DIV_ROUND_UP(hsw * lanebyteclk, dpipclk); in rk618_dsi_pre_enable()
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_dsi.c1085 unsigned int lanebyteclk = (lane_mbps * 1000L) >> 3; in rk628_dsi_set_vid_mode() local
1130 hline_time = DIV_ROUND_CLOSEST_ULL(hline * lanebyteclk, dpipclk); in rk628_dsi_set_vid_mode()
1134 hsa_time = DIV_ROUND_CLOSEST_ULL(hsa * lanebyteclk, dpipclk); in rk628_dsi_set_vid_mode()
1137 hbp_time = DIV_ROUND_CLOSEST_ULL(hbp * lanebyteclk, dpipclk); in rk628_dsi_set_vid_mode()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/
H A Drk628_dsi.c890 unsigned int lanebyteclk = (dsi->lane_mbps * USEC_PER_MSEC) >> 3; in rk628_dsi_set_vid_mode() local
928 hline_time = DIV_ROUND_CLOSEST_ULL(hline * lanebyteclk, dpipclk); in rk628_dsi_set_vid_mode()
930 hsa_time = DIV_ROUND_CLOSEST_ULL(hsa * lanebyteclk, dpipclk); in rk628_dsi_set_vid_mode()
932 hbp_time = DIV_ROUND_CLOSEST_ULL(hbp * lanebyteclk, dpipclk); in rk628_dsi_set_vid_mode()