Searched refs:clk_post (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/phy/ |
| H A D | phy-core-mipi-dphy.c | 40 cfg->clk_post = 60000 + 52 * ui; in phy_mipi_dphy_calc_config() 120 if (cfg->clk_post < (60000 + 52 * ui)) 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 488 clk_post = DIV_ROUND_UP(cfg->clk_post, t_txbyteclkhs); in inno_dsidphy_mipi_mode_enable() 562 T_CLK_POST_CNT_HI(clk_post >> 4)); in inno_dsidphy_mipi_mode_enable() 564 T_CLK_POST_CNT_LO(clk_post)); in inno_dsidphy_mipi_mode_enable()
|
| /linux/include/linux/phy/ |
| H A D | phy-mipi-dphy.h | 36 unsigned int clk_post; member
|
| /linux/drivers/phy/amlogic/ |
| H A D | phy-meson-axg-mipi-dphy.c | 249 (DIV_ROUND_UP(priv->config.clk_post + in phy_meson_axg_mipi_dphy_power_on()
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | samsung-dsim.c | 929 int clk_prepare, lpx, clk_zero, clk_post, clk_trail; in samsung_dsim_set_phy_ctrl() local 959 clk_post = PS_TO_CYCLE(cfg.clk_post, byte_clock); in samsung_dsim_set_phy_ctrl() 997 DSIM_PHYTIMING1_CLK_POST(clk_post) | in samsung_dsim_set_phy_ctrl()
|
| /linux/drivers/gpu/drm/msm/dsi/phy/ |
| H A D | dsi_phy_7nm.c | 1153 writel(timing->shared_timings.clk_post, in dsi_7nm_phy_enable() 1174 writel(timing->shared_timings.clk_post, in dsi_7nm_phy_enable()
|
| /linux/drivers/gpu/drm/msm/dsi/ |
| H A D | dsi_host.c | 867 data = DSI_CLKOUT_TIMING_CTRL_T_CLK_POST(phy_shared_timings->clk_post) | in dsi_ctrl_enable()
|