Searched refs:hs_exit (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy.c | 108 timing->hs_exit = linear_inter(tmax, tmin, pcnt2, 0, true); in msm_dsi_dphy_timing_calc() 111 temp = ((timing->hs_exit >> 1) + 1) * 2 * ui; in msm_dsi_dphy_timing_calc() 138 timing->clk_trail, timing->clk_prepare, timing->hs_exit, in msm_dsi_dphy_timing_calc() 218 timing->hs_exit = linear_inter(tmax, tmin, pcnt2, 0, false); in msm_dsi_dphy_timing_calc_v2() 252 timing->clk_trail, timing->clk_prepare, timing->hs_exit, in msm_dsi_dphy_timing_calc_v2() 326 timing->hs_exit = linear_inter(tmax, tmin, pcnt2, 0, false); in msm_dsi_dphy_timing_calc_v3() 362 timing->clk_trail, timing->clk_prepare, timing->hs_exit, in msm_dsi_dphy_timing_calc_v3() 439 timing->hs_exit = linear_inter(tmax, tmin, pcnt_hs_exit, 0, false); in msm_dsi_dphy_timing_calc_v4() 463 timing->clk_zero, timing->clk_trail, timing->clk_prepare, timing->hs_exit, in msm_dsi_dphy_timing_calc_v4() 497 timing->hs_exit = linear_inter(tmax, tmin, 10, 0, false); in msm_dsi_cphy_timing_calc_v4() [all …]
|
D | dsi_phy.h | 70 u32 hs_exit; member
|
D | dsi_phy_20nm.c | 25 DSI_20nm_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit)); in dsi_20nm_dphy_set_timing()
|
D | dsi_phy_7nm.c | 1028 dsi_phy_write(base + REG_DSI_7nm_PHY_CMN_TIMING_CTRL_4, timing->hs_exit); in dsi_7nm_phy_enable() 1043 dsi_phy_write(base + REG_DSI_7nm_PHY_CMN_TIMING_CTRL_4, timing->hs_exit); in dsi_7nm_phy_enable()
|
D | dsi_phy_28nm_8960.c | 488 DSI_28nm_8960_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit)); in dsi_28nm_dphy_set_timing()
|
D | dsi_phy_28nm.c | 713 DSI_28nm_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit)); in dsi_28nm_dphy_set_timing()
|
D | dsi_phy_10nm.c | 865 timing->hs_exit); in dsi_10nm_phy_enable()
|
D | dsi_phy_14nm.c | 921 DSI_14nm_PHY_LN_TIMING_CTRL_4_HS_EXIT(timing->hs_exit)); in dsi_14nm_dphy_set_timing()
|
/Linux-v6.6/drivers/phy/ |
D | phy-core-mipi-dphy.c | 49 cfg->hs_exit = 100000; in phy_mipi_dphy_calc_config() 147 if (cfg->hs_exit < 100000) in phy_mipi_dphy_config_validate()
|
/Linux-v6.6/include/linux/phy/ |
D | phy-mipi-dphy.h | 131 unsigned int hs_exit; member
|
/Linux-v6.6/drivers/phy/rockchip/ |
D | phy-rockchip-inno-dsidphy.c | 372 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; in inno_dsidphy_mipi_mode_enable() local 425 hs_exit = DIV_ROUND_UP(cfg->hs_exit, t_txbyteclkhs); in inno_dsidphy_mipi_mode_enable() 499 T_HS_EXIT_CNT_HI(hs_exit >> 5)); in inno_dsidphy_mipi_mode_enable() 501 T_HS_EXIT_CNT_LO(hs_exit)); in inno_dsidphy_mipi_mode_enable()
|
/Linux-v6.6/drivers/phy/amlogic/ |
D | phy-meson-axg-mipi-dphy.c | 257 DIV_ROUND_UP(priv->config.hs_exit, temp) | in phy_meson_axg_mipi_dphy_power_on()
|
/Linux-v6.6/drivers/gpu/drm/bridge/ |
D | samsung-dsim.c | 725 int hs_exit, hs_prepare, hs_zero, hs_trail; in samsung_dsim_set_phy_ctrl() local 751 hs_exit = PS_TO_CYCLE(cfg.hs_exit, byte_clock); in samsung_dsim_set_phy_ctrl() 772 reg = DSIM_PHYTIMING_LPX(lpx) | DSIM_PHYTIMING_HS_EXIT(hs_exit); in samsung_dsim_set_phy_ctrl()
|
D | nwl-dsi.c | 240 cycles = ps2bc(dsi, cfg->hs_exit); in nwl_dsi_config_host()
|