Home
last modified time | relevance | path

Searched refs:t_txclkesc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-video-combo-phy.c308 u32 t_txbyteclkhs, t_txclkesc, ui; in inno_video_phy_mipi_mode_enable() local
346 t_txclkesc = div_u64(PSEC_PER_SEC, txclkesc); in inno_video_phy_mipi_mode_enable()
382 ta_go = DIV_ROUND_UP(gotp.tago, t_txclkesc); in inno_video_phy_mipi_mode_enable()
388 ta_sure = DIV_ROUND_UP(gotp.tasure, t_txclkesc); in inno_video_phy_mipi_mode_enable()
394 ta_wait = DIV_ROUND_UP(gotp.taget, t_txclkesc); in inno_video_phy_mipi_mode_enable()
H A Dphy-rockchip-inno-dsidphy.c473 u32 t_txbyteclkhs, t_txclkesc; in inno_mipi_dphy_timing_init() local
485 t_txclkesc = div_u64(PSEC_PER_SEC, txclkesc); in inno_mipi_dphy_timing_init()
507 ta_go = DIV_ROUND_UP(cfg->ta_go, t_txclkesc); in inno_mipi_dphy_timing_init()
513 ta_sure = DIV_ROUND_UP(cfg->ta_sure, t_txclkesc); in inno_mipi_dphy_timing_init()
519 ta_wait = DIV_ROUND_UP(cfg->ta_get, t_txclkesc); in inno_mipi_dphy_timing_init()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dinno_video_combo_phy.c451 u32 t_txbyteclkhs, t_txclkesc, ui; in inno_mipi_dphy_timing_init() local
462 t_txclkesc = div_u64(PSEC_PER_SEC, txclkesc); in inno_mipi_dphy_timing_init()
498 ta_go = DIV_ROUND_UP(gotp.tago, t_txclkesc); in inno_mipi_dphy_timing_init()
504 ta_sure = DIV_ROUND_UP(gotp.tasure, t_txclkesc); in inno_mipi_dphy_timing_init()
510 ta_wait = DIV_ROUND_UP(gotp.taget, t_txclkesc); in inno_mipi_dphy_timing_init()