Searched refs:Ttxbyteclkhs (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rk618_dsi.c | 391 u32 Ttxbyteclkhs, UI, Ttxddrclkhs, Ttxclkesc; in rk618_dsi_phy_power_on() local 395 Ttxbyteclkhs = div_u64(PSEC_PER_SEC, phy->rate / 8); in rk618_dsi_phy_power_on() 444 value = DIV_ROUND_UP(Tlpx, Ttxbyteclkhs); in rk618_dsi_phy_power_on() 445 Tlpx = Ttxbyteclkhs * value; in rk618_dsi_phy_power_on() 477 value = DIV_ROUND_UP(Ths_exit, Ttxbyteclkhs); in rk618_dsi_phy_power_on() 486 value = DIV_ROUND_UP(Tclk_post, Ttxbyteclkhs); in rk618_dsi_phy_power_on() 506 value = DIV_ROUND_UP(Tclk_pre, Ttxbyteclkhs); in rk618_dsi_phy_power_on()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/ |
| H A D | rk618_dsi.c | 378 u32 Ttxbyteclkhs, UI, Ttxddrclkhs, Ttxclkesc; in rk618_dsi_phy_power_on() local 382 Ttxbyteclkhs = div_u64(PSEC_PER_SEC, phy->rate / 8); in rk618_dsi_phy_power_on() 436 value = DIV_ROUND_UP(Tlpx, Ttxbyteclkhs); in rk618_dsi_phy_power_on() 437 Tlpx = Ttxbyteclkhs * value; in rk618_dsi_phy_power_on() 473 value = DIV_ROUND_UP(Ths_exit, Ttxbyteclkhs); in rk618_dsi_phy_power_on() 483 value = DIV_ROUND_UP(Tclk_post, Ttxbyteclkhs); in rk618_dsi_phy_power_on() 506 value = DIV_ROUND_UP(Tclk_pre, Ttxbyteclkhs); in rk618_dsi_phy_power_on()
|