Searched refs:hs_exit (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/linux/phy/
H A Dphy-mipi-dphy.h124 * @hs_exit:
131 unsigned int hs_exit; member in struct:phy_configure_opts_mipi_dphy
/linux-master/drivers/phy/
H A Dphy-core-mipi-dphy.c49 cfg->hs_exit = 100000;
147 if (cfg->hs_exit < 100000)
/linux-master/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy.c108 timing->hs_exit = linear_inter(tmax, tmin, pcnt2, 0, true);
111 temp = ((timing->hs_exit >> 1) + 1) * 2 * ui;
138 timing->clk_trail, timing->clk_prepare, timing->hs_exit,
218 timing->hs_exit = linear_inter(tmax, tmin, pcnt2, 0, false);
252 timing->clk_trail, timing->clk_prepare, timing->hs_exit,
326 timing->hs_exit = linear_inter(tmax, tmin, pcnt2, 0, false);
362 timing->clk_trail, timing->clk_prepare, timing->hs_exit,
439 timing->hs_exit = linear_inter(tmax, tmin, pcnt_hs_exit, 0, false);
463 timing->clk_zero, timing->clk_trail, timing->clk_prepare, timing->hs_exit,
497 timing->hs_exit
[all...]
H A Ddsi_phy.h67 u32 hs_exit; member in struct:msm_dsi_dphy_timing
H A Ddsi_phy_20nm.c24 writel(DSI_20nm_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit),
H A Ddsi_phy_28nm_8960.c479 writel(DSI_28nm_8960_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit),
H A Ddsi_phy_7nm.c1024 writel(timing->hs_exit, base + REG_DSI_7nm_PHY_CMN_TIMING_CTRL_4);
1039 writel(timing->hs_exit, base + REG_DSI_7nm_PHY_CMN_TIMING_CTRL_4);
H A Ddsi_phy_14nm.c923 writel(DSI_14nm_PHY_LN_TIMING_CTRL_4_HS_EXIT(timing->hs_exit),
H A Ddsi_phy_10nm.c841 writel(timing->hs_exit, base + REG_DSI_10nm_PHY_CMN_TIMING_CTRL_4);
H A Ddsi_phy_28nm.c732 writel(DSI_28nm_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit),
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c372 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; local
425 hs_exit = DIV_ROUND_UP(cfg->hs_exit, t_txbyteclkhs);
499 T_HS_EXIT_CNT_HI(hs_exit >> 5));
501 T_HS_EXIT_CNT_LO(hs_exit));
/linux-master/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-dphy.c257 DIV_ROUND_UP(priv->config.hs_exit, temp) |
/linux-master/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c756 int hs_exit, hs_prepare, hs_zero, hs_trail; local
782 hs_exit = PS_TO_CYCLE(cfg.hs_exit, byte_clock);
803 reg = DSIM_PHYTIMING_LPX(lpx) | DSIM_PHYTIMING_HS_EXIT(hs_exit);
H A Dnwl-dsi.c240 cycles = ps2bc(dsi, cfg->hs_exit);

Completed in 203 milliseconds