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/include/linux/phy/ |
| H A D | phy-mipi-dphy.h | 131 unsigned int hs_exit; member
|
| /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()
|
| H A D | phy-rockchip-samsung-dcphy.c | 321 u8 hs_exit; member 1248 val = T_HS_EXIT(timing->hs_exit) | T_CLK_TRAIL(timing->clk_trail_eot); in samsung_mipi_dphy_clk_lane_timing_init() 1315 val = T_HS_EXIT(timing->hs_exit) | T_HS_TRAIL(timing->hs_trail_eot); in samsung_mipi_dphy_data_lane_timing_init()
|
| /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()
|
| /linux/drivers/phy/amlogic/ |
| H A D | phy-meson-axg-mipi-dphy.c | 256 DIV_ROUND_UP(priv->config.hs_exit, temp) | in phy_meson_axg_mipi_dphy_power_on()
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | dw-mipi-dsi2-rockchip.c | 196 tmp = cfg->hs_trail + cfg->hs_exit; in dw_mipi_dsi2_phy_get_timing()
|