Lines Matching refs:phy_opts
132 union phy_configure_opts phy_opts; member
1298 union phy_configure_opts *phy_opts = &ctrl->phy_opts; in msm_dp_ctrl_set_vx_px() local
1301 phy_opts->dp.voltage[0] = v_level; in msm_dp_ctrl_set_vx_px()
1302 phy_opts->dp.pre[0] = p_level; in msm_dp_ctrl_set_vx_px()
1303 phy_opts->dp.set_voltages = 1; in msm_dp_ctrl_set_vx_px()
1304 phy_configure(ctrl->phy, phy_opts); in msm_dp_ctrl_set_vx_px()
1305 phy_opts->dp.set_voltages = 0; in msm_dp_ctrl_set_vx_px()
1785 ctrl->phy_opts.dp.lanes = ctrl->link->link_params.num_lanes; in msm_dp_ctrl_enable_mainlink_clocks()
1786 ctrl->phy_opts.dp.link_rate = ctrl->link->link_params.rate / 100; in msm_dp_ctrl_enable_mainlink_clocks()
1787 ctrl->phy_opts.dp.ssc = drm_dp_max_downspread(dpcd); in msm_dp_ctrl_enable_mainlink_clocks()
1789 phy_configure(phy, &ctrl->phy_opts); in msm_dp_ctrl_enable_mainlink_clocks()
1942 ctrl->phy_opts.dp.lanes = ctrl->link->link_params.num_lanes; in msm_dp_ctrl_reinitialize_mainlink()
1943 phy_configure(phy, &ctrl->phy_opts); in msm_dp_ctrl_reinitialize_mainlink()