Home
last modified time | relevance | path

Searched refs:ta_sure (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/phy/
H A Dphy-core-mipi-dphy.c72 cfg->ta_sure = cfg->lpx; in phy_mipi_dphy_get_default_config()
158 if (cfg->ta_sure < cfg->lpx || cfg->ta_sure > (2 * cfg->lpx)) in phy_mipi_dphy_config_validate()
/OK3568_Linux_fs/u-boot/include/
H A Dgeneric-phy-mipi-dphy.h242 unsigned int ta_sure; member
/OK3568_Linux_fs/kernel/include/linux/phy/
H A Dphy-mipi-dphy.h242 unsigned int ta_sure; member
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dinno_mipi_phy.c177 u8 ta_sure; member
354 v = T_TA_SURE(t->ta_sure); in inno_mipi_dphy_timing_update()
448 data.ta_sure = DIV_ROUND_UP(timing.tasure * txclkesc, NSEC_PER_SEC); in inno_mipi_dphy_lane_timing_init()
461 TIMING_NS(data.ta_sure, txclkesc), in inno_mipi_dphy_lane_timing_init()
H A Dinno_video_combo_phy.c453 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; in inno_mipi_dphy_timing_init() local
504 ta_sure = DIV_ROUND_UP(gotp.tasure, t_txclkesc); in inno_mipi_dphy_timing_init()
574 T_TA_SURE_CNT(ta_sure)); in inno_mipi_dphy_timing_init()
H A Ddw_mipi_dsi2.c258 unsigned int ta_sure; member
906 cfg->ta_sure = 2 * cfg->lpx; in mipi_dphy_get_default_config()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-mipi-dphy.c436 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; in inno_mipi_dphy_timing_init() local
463 ta_sure = DIV_ROUND_UP(gotp.tasure * txclkesc, NSEC_PER_SEC); in inno_mipi_dphy_timing_init()
483 ta_go, ta_sure, ta_wait); in inno_mipi_dphy_timing_init()
512 T_TA_SURE_CNT(ta_sure)); in inno_mipi_dphy_timing_init()
H A Dphy-rockchip-inno-dsidphy.c475 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; in inno_mipi_dphy_timing_init() local
513 ta_sure = DIV_ROUND_UP(cfg->ta_sure, t_txclkesc); in inno_mipi_dphy_timing_init()
581 T_TA_SURE_CNT(ta_sure)); in inno_mipi_dphy_timing_init()
H A Dphy-rockchip-inno-video-combo-phy.c310 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; in inno_video_phy_mipi_mode_enable() local
388 ta_sure = DIV_ROUND_UP(gotp.tasure, t_txclkesc); in inno_video_phy_mipi_mode_enable()
436 T_TA_SURE_CNT(ta_sure)); in inno_video_phy_mipi_mode_enable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.h64 u32 ta_sure; member
H A Ddsi_phy_20nm.c35 DSI_20nm_PHY_TIMING_CTRL_9_TA_SURE(timing->ta_sure)); in dsi_20nm_dphy_set_timing()
H A Ddsi_phy_14nm.c43 DSI_14nm_PHY_LN_TIMING_CTRL_9_TA_SURE(timing->ta_sure)); in dsi_14nm_dphy_set_timing()
H A Ddsi_phy_28nm_8960.c35 DSI_28nm_8960_PHY_TIMING_CTRL_9_TA_SURE(timing->ta_sure)); in dsi_28nm_dphy_set_timing()
H A Ddsi_phy_28nm.c35 DSI_28nm_PHY_TIMING_CTRL_9_TA_SURE(timing->ta_sure)); in dsi_28nm_dphy_set_timing()
H A Ddsi_phy_10nm.c158 timing->ta_go | (timing->ta_sure << 3)); in dsi_10nm_phy_enable()
H A Ddsi_phy.c130 timing->ta_sure = 0; in msm_dsi_dphy_timing_calc()
244 timing->ta_sure = 0; in msm_dsi_dphy_timing_calc_v2()
352 timing->ta_sure = 0; in msm_dsi_dphy_timing_calc_v3()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A Dmtk_dsi.c160 u32 ta_sure; member
241 timing->ta_sure = timing->lpx + 2; in mtk_dsi_phy_timconfig()
253 timcon1 = timing->ta_go | timing->ta_sure << 8 | in mtk_dsi_phy_timconfig()