Home
last modified time | relevance | path

Searched refs:clk_pre (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/phy/
H A Dphy-core-mipi-dphy.c41 cfg->clk_pre = 8; in phy_mipi_dphy_calc_config()
123 if (cfg->clk_pre < 8) in phy_mipi_dphy_config_validate()
/linux/include/linux/phy/
H A Dphy-mipi-dphy.h47 unsigned int clk_pre; member
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c412 u32 hs_exit, clk_post, clk_pre, wakeup, lpx, ta_go, ta_sure, ta_wait; in inno_dsidphy_mipi_mode_enable() local
493 clk_pre = DIV_ROUND_UP(cfg->clk_pre, BITS_PER_BYTE); in inno_dsidphy_mipi_mode_enable()
566 T_CLK_PRE_CNT(clk_pre)); in inno_dsidphy_mipi_mode_enable()
/linux/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-dphy.c254 DIV_ROUND_UP(priv->config.clk_pre, BITS_PER_BYTE)); in phy_meson_axg_mipi_dphy_power_on()
/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_7nm.c1150 writel(timing->shared_timings.clk_pre, in dsi_7nm_phy_enable()
1172 writel(timing->shared_timings.clk_pre, in dsi_7nm_phy_enable()
/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c868 DSI_CLKOUT_TIMING_CTRL_T_CLK_PRE(phy_shared_timings->clk_pre); in dsi_ctrl_enable()