| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/phy/ |
| H A D | dsi_phy.c | 106 timing->hs_exit = linear_inter(tmax, tmin, pcnt2, 0, true); in msm_dsi_dphy_timing_calc() 109 temp = ((timing->hs_exit >> 1) + 1) * 2 * ui; in msm_dsi_dphy_timing_calc() 136 timing->clk_trail, timing->clk_prepare, timing->hs_exit, in msm_dsi_dphy_timing_calc() 216 timing->hs_exit = linear_inter(tmax, tmin, pcnt2, 0, false); in msm_dsi_dphy_timing_calc_v2() 250 timing->clk_trail, timing->clk_prepare, timing->hs_exit, in msm_dsi_dphy_timing_calc_v2() 324 timing->hs_exit = linear_inter(tmax, tmin, pcnt2, 0, false); in msm_dsi_dphy_timing_calc_v3() 358 timing->clk_trail, timing->clk_prepare, timing->hs_exit, in msm_dsi_dphy_timing_calc_v3() 435 timing->hs_exit = linear_inter(tmax, tmin, pcnt_hs_exit, 0, false); in msm_dsi_dphy_timing_calc_v4() 457 timing->clk_zero, timing->clk_trail, timing->clk_prepare, timing->hs_exit, in msm_dsi_dphy_timing_calc_v4()
|
| H A D | dsi_phy.h | 58 u32 hs_exit; member
|
| H A D | dsi_phy_20nm.c | 24 DSI_20nm_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit)); in dsi_20nm_dphy_set_timing()
|
| H A D | dsi_phy_14nm.c | 28 DSI_14nm_PHY_LN_TIMING_CTRL_4_HS_EXIT(timing->hs_exit)); in dsi_14nm_dphy_set_timing()
|
| H A D | dsi_phy_28nm_8960.c | 24 DSI_28nm_8960_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit)); in dsi_28nm_dphy_set_timing()
|
| H A D | dsi_phy_28nm.c | 24 DSI_28nm_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit)); in dsi_28nm_dphy_set_timing()
|
| H A D | dsi_phy_10nm.c | 148 timing->hs_exit); in dsi_10nm_phy_enable()
|
| H A D | dsi_phy_7nm.c | 180 dsi_phy_write(base + REG_DSI_7nm_PHY_CMN_TIMING_CTRL_4, timing->hs_exit); in dsi_7nm_phy_enable()
|
| /OK3568_Linux_fs/kernel/drivers/phy/ |
| H A D | phy-core-mipi-dphy.c | 49 cfg->hs_exit = 100000; in phy_mipi_dphy_get_default_config() 126 if (cfg->hs_exit < 100000) in phy_mipi_dphy_config_validate()
|
| /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 454 hs_exit = DIV_ROUND_UP(gotp.hsexit * txbyteclk, NSEC_PER_SEC); in inno_mipi_dphy_timing_init() 479 hs_trail, hs_exit, hs_prepare, hs_zero); in inno_mipi_dphy_timing_init() 496 T_HS_EXIT_CNT_HI(hs_exit >> 5)); in inno_mipi_dphy_timing_init() 498 T_HS_EXIT_CNT_LO(hs_exit)); 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 491 hs_exit = DIV_ROUND_UP(cfg->hs_exit, t_txbyteclkhs); in inno_mipi_dphy_timing_init() 561 T_HS_EXIT_CNT_HI(hs_exit >> 5)); in inno_mipi_dphy_timing_init() 564 T_HS_EXIT_CNT_LO(hs_exit)); 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 357 hs_exit = DIV_ROUND_UP(gotp.hsexit, t_txbyteclkhs); in inno_video_phy_mipi_mode_enable() 424 T_HS_EXIT_CNT(hs_exit)); in inno_video_phy_mipi_mode_enable()
|
| H A D | phy-rockchip-samsung-dcphy.c | 229 u8 hs_exit; member 239 u8 hs_exit; member 1485 val = T_HS_EXIT(timing->hs_exit) | T_HS_TRAIL(timing->post_3); in samsung_mipi_cphy_timing_init() 1616 val = T_HS_EXIT(timing->hs_exit) | T_CLK_TRAIL(timing->clk_trail_eot); in samsung_mipi_dphy_clk_lane_timing_init() 1674 val = T_HS_EXIT(timing->hs_exit) | T_HS_TRAIL(timing->hs_trail_eot); in samsung_mipi_dphy_data_lane_timing_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | generic-phy-mipi-dphy.h | 131 unsigned int hs_exit; member
|
| /OK3568_Linux_fs/kernel/include/linux/phy/ |
| H A D | phy-mipi-dphy.h | 131 unsigned int hs_exit; member
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | samsung_mipi_dcphy.c | 171 u8 hs_exit; member 181 u8 hs_exit; member 1342 val = T_HS_EXIT(timing->hs_exit) | T_CLK_TRAIL(timing->clk_trail_eot); in samsung_mipi_dphy_clk_lane_timing_init() 1400 val = T_HS_EXIT(timing->hs_exit) | T_HS_TRAIL(timing->hs_trail_eot); in samsung_mipi_dphy_data_lane_timing_init() 1494 val = T_HS_EXIT(timing->hs_exit) | T_HS_TRAIL(timing->post_3); in samsung_mipi_cphy_timing_init()
|
| H A D | inno_mipi_phy.c | 171 u8 hs_exit; member 324 v = T_HS_EXIT(t->hs_exit); in inno_mipi_dphy_timing_update() 430 data.hs_exit = DIV_ROUND_UP(timing.hsexit * txbyteclk, NSEC_PER_SEC); in inno_mipi_dphy_lane_timing_init() 455 TIMING_NS(data.hs_exit, txbyteclk), 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 473 hs_exit = DIV_ROUND_UP(gotp.hsexit, t_txbyteclkhs); in inno_mipi_dphy_timing_init() 554 T_HS_EXIT_CNT_HI(hs_exit >> 5)); in inno_mipi_dphy_timing_init() 557 T_HS_EXIT_CNT_LO(hs_exit)); in inno_mipi_dphy_timing_init()
|
| H A D | dw_mipi_dsi2.c | 248 unsigned int hs_exit; member 883 cfg->hs_exit = 100000; in mipi_dphy_get_default_config() 1012 tmp = cfg->hs_trail + cfg->hs_exit; in dw_mipi_dsi2_lp2hs_or_hs2lp_cfg()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | nwl-dsi.c | 249 cycles = ps2bc(dsi, cfg->hs_exit); in nwl_dsi_config_host()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | dw-mipi-dsi2-rockchip.c | 660 tmp = cfg->hs_trail + cfg->hs_exit; in dw_mipi_dsi2_lp2hs_or_hs2lp_cfg()
|