Lines Matching refs:phy_opts
132 union phy_configure_opts phy_opts; member
1306 union phy_configure_opts *phy_opts = &ctrl->phy_opts; in msm_dp_ctrl_set_vx_px() local
1309 phy_opts->dp.voltage[0] = v_level; in msm_dp_ctrl_set_vx_px()
1310 phy_opts->dp.pre[0] = p_level; in msm_dp_ctrl_set_vx_px()
1311 phy_opts->dp.set_voltages = 1; in msm_dp_ctrl_set_vx_px()
1312 phy_configure(ctrl->phy, phy_opts); in msm_dp_ctrl_set_vx_px()
1313 phy_opts->dp.set_voltages = 0; in msm_dp_ctrl_set_vx_px()
1799 ctrl->phy_opts.dp.lanes = ctrl->link->link_params.num_lanes; in msm_dp_ctrl_enable_mainlink_clocks()
1800 ctrl->phy_opts.dp.link_rate = ctrl->link->link_params.rate / 100; in msm_dp_ctrl_enable_mainlink_clocks()
1801 ctrl->phy_opts.dp.ssc = drm_dp_max_downspread(dpcd); in msm_dp_ctrl_enable_mainlink_clocks()
1803 phy_configure(phy, &ctrl->phy_opts); in msm_dp_ctrl_enable_mainlink_clocks()
1956 ctrl->phy_opts.dp.lanes = ctrl->link->link_params.num_lanes; in msm_dp_ctrl_reinitialize_mainlink()
1957 phy_configure(phy, &ctrl->phy_opts); in msm_dp_ctrl_reinitialize_mainlink()