Searched refs:hs_exit (Results 1 – 13 of 13) 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()
|
| H A D | phy-rockchip-samsung-dcphy.c | 322 u8 hs_exit; member 1249 val = T_HS_EXIT(timing->hs_exit) | T_CLK_TRAIL(timing->clk_trail_eot); in samsung_mipi_dphy_clk_lane_timing_init() 1316 val = T_HS_EXIT(timing->hs_exit) | T_HS_TRAIL(timing->hs_trail_eot); in samsung_mipi_dphy_data_lane_timing_init()
|
| /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_28nm_8960.c | 480 writel(DSI_28nm_8960_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit), in dsi_28nm_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()
|
| H A D | dsi_phy_10nm.c | 847 writel(timing->hs_exit, base + REG_DSI_10nm_PHY_CMN_TIMING_CTRL_4); in dsi_10nm_phy_enable()
|
| H A D | dsi_phy_28nm.c | 732 writel(DSI_28nm_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit), in dsi_28nm_dphy_set_timing()
|
| /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()
|
| H A D | nwl-dsi.c | 240 cycles = ps2bc(dsi, cfg->hs_exit); in nwl_dsi_config_host()
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | dw-mipi-dsi2-rockchip.c | 198 tmp = cfg->hs_trail + cfg->hs_exit; in dw_mipi_dsi2_phy_get_timing()
|