Home
last modified time | relevance | path

Searched refs:dpipclk (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
631 dpipclk = mode->clock / USEC_PER_MSEC; 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.c1139 unsigned int dpipclk = mode->clock; 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()