Searched refs:hs_exit (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/phy/ |
| H A 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/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-dsidphy.c | 412 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; in inno_dsidphy_mipi_mode_enable() local 483 hs_exit = DIV_ROUND_UP(cfg->hs_exit, t_txbyteclkhs); in inno_dsidphy_mipi_mode_enable() 557 T_HS_EXIT_CNT_HI(hs_exit >> 5)); in inno_dsidphy_mipi_mode_enable() 559 T_HS_EXIT_CNT_LO(hs_exit)); in inno_dsidphy_mipi_mode_enable()
|
| /linux/include/linux/phy/ |
| H A D | phy-mipi-dphy.h | 131 unsigned int hs_exit; member
|
| /linux/drivers/gpu/drm/msm/dsi/phy/ |
| H A D | dsi_phy_20nm.c | 24 writel(DSI_20nm_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit), in dsi_20nm_dphy_set_timing()
|
| H A D | dsi_phy_7nm.c | 1149 writel(timing->hs_exit, base + REG_DSI_7nm_PHY_CMN_TIMING_CTRL_4); in dsi_7nm_phy_enable() 1164 writel(timing->hs_exit, base + REG_DSI_7nm_PHY_CMN_TIMING_CTRL_4); in dsi_7nm_phy_enable()
|
| /linux/drivers/phy/amlogic/ |
| H A 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/drivers/gpu/drm/bridge/ |
| H A D | samsung-dsim.c | 930 int hs_exit, hs_prepare, hs_zero, hs_trail; in samsung_dsim_set_phy_ctrl() local 956 hs_exit = PS_TO_CYCLE(cfg.hs_exit, byte_clock); in samsung_dsim_set_phy_ctrl() 977 reg = DSIM_PHYTIMING_LPX(lpx) | DSIM_PHYTIMING_HS_EXIT(hs_exit); in samsung_dsim_set_phy_ctrl()
|