Home
last modified time | relevance | path

Searched refs:phy_shared_timings (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c237 struct msm_dsi_phy_shared_timings phy_shared_timings[DSI_MAX]; in dsi_mgr_bridge_power_on() local
243 ret = dsi_mgr_phy_enable(id, phy_shared_timings); in dsi_mgr_bridge_power_on()
247 ret = msm_dsi_host_power_on(host, &phy_shared_timings[id], is_bonded_dsi, msm_dsi->phy); in dsi_mgr_bridge_power_on()
255 &phy_shared_timings[DSI_1], is_bonded_dsi, msm_dsi1->phy); in dsi_mgr_bridge_power_on()
Ddsi_host.c715 struct msm_dsi_phy_shared_timings *phy_shared_timings, struct msm_dsi_phy *phy) in dsi_ctrl_enable() argument
780 data = DSI_CLKOUT_TIMING_CTRL_T_CLK_POST(phy_shared_timings->clk_post) | in dsi_ctrl_enable()
781 DSI_CLKOUT_TIMING_CTRL_T_CLK_PRE(phy_shared_timings->clk_pre); in dsi_ctrl_enable()
786 phy_shared_timings->clk_pre_inc_by_2) in dsi_ctrl_enable()
2338 struct msm_dsi_phy_shared_timings *phy_shared_timings, in msm_dsi_host_power_on() argument
2352 if (phy_shared_timings->byte_intf_clk_div_2) in msm_dsi_host_power_on()
2384 dsi_ctrl_enable(msm_host, phy_shared_timings, phy); in msm_dsi_host_power_on()
Ddsi.h91 struct msm_dsi_phy_shared_timings *phy_shared_timings,