| /OK3568_Linux_fs/kernel/drivers/phy/ |
| H A D | phy-core-mipi-dphy.c | 72 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 D | generic-phy-mipi-dphy.h | 242 unsigned int ta_sure; member
|
| /OK3568_Linux_fs/kernel/include/linux/phy/ |
| H A D | phy-mipi-dphy.h | 242 unsigned int ta_sure; member
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | inno_mipi_phy.c | 177 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 D | inno_video_combo_phy.c | 453 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 D | dw_mipi_dsi2.c | 258 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 D | phy-rockchip-inno-mipi-dphy.c | 436 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 D | phy-rockchip-inno-dsidphy.c | 475 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 D | phy-rockchip-inno-video-combo-phy.c | 310 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 D | dsi_phy.h | 64 u32 ta_sure; member
|
| H A D | dsi_phy_20nm.c | 35 DSI_20nm_PHY_TIMING_CTRL_9_TA_SURE(timing->ta_sure)); in dsi_20nm_dphy_set_timing()
|
| H A D | dsi_phy_14nm.c | 43 DSI_14nm_PHY_LN_TIMING_CTRL_9_TA_SURE(timing->ta_sure)); in dsi_14nm_dphy_set_timing()
|
| H A D | dsi_phy_28nm_8960.c | 35 DSI_28nm_8960_PHY_TIMING_CTRL_9_TA_SURE(timing->ta_sure)); in dsi_28nm_dphy_set_timing()
|
| H A D | dsi_phy_28nm.c | 35 DSI_28nm_PHY_TIMING_CTRL_9_TA_SURE(timing->ta_sure)); in dsi_28nm_dphy_set_timing()
|
| H A D | dsi_phy_10nm.c | 158 timing->ta_go | (timing->ta_sure << 3)); in dsi_10nm_phy_enable()
|
| H A D | dsi_phy.c | 130 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 D | mtk_dsi.c | 160 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()
|