Searched refs:Ttxclkesc (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 397 Ttxclkesc = div_u64(PSEC_PER_SEC, txclkesc); in rk618_dsi_phy_power_on() 516 value = DIV_ROUND_UP(Tta_go, Ttxclkesc); in rk618_dsi_phy_power_on() 526 value = DIV_ROUND_UP(Tta_sure, Ttxclkesc); in rk618_dsi_phy_power_on() 538 value = DIV_ROUND_UP(Tta_wait, Ttxclkesc); 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 384 Ttxclkesc = div_u64(PSEC_PER_SEC, txclkesc); in rk618_dsi_phy_power_on() 517 value = DIV_ROUND_UP(Tta_go, Ttxclkesc); in rk618_dsi_phy_power_on() 528 value = DIV_ROUND_UP(Tta_sure, Ttxclkesc); in rk618_dsi_phy_power_on() 541 value = DIV_ROUND_UP(Tta_wait, Ttxclkesc); in rk618_dsi_phy_power_on()
|