Searched refs:lane_map (Results 1 – 4 of 4) sorted by relevance
390 const u8 *lane_map; member659 value &= ~(SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[3]) | in tegra_sor_power_up_lanes()660 SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[2])); in tegra_sor_power_up_lanes()662 value |= SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[3]) | in tegra_sor_power_up_lanes()663 SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[2]); in tegra_sor_power_up_lanes()666 value &= ~SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[1]); in tegra_sor_power_up_lanes()668 value |= SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[1]); in tegra_sor_power_up_lanes()671 value &= ~SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[0]); in tegra_sor_power_up_lanes()673 value |= SOR_DP_PADCTL_PD_TXD(sor->soc->lane_map[0]); in tegra_sor_power_up_lanes()738 value &= ~(SOR_DP_PADCTL_CM_TXD(sor->soc->lane_map[3]) | in tegra_sor_dp_precharge()[all …]
80 u32 lane_map[DP_MAX_NUM_DP_LANES]; member
434 u32 *lane_map = ctrl->link->lane_map; in msm_dp_ctrl_lane_mapping() local437 ln_mapping = lane_map[0] << LANE0_MAPPING_SHIFT; in msm_dp_ctrl_lane_mapping()438 ln_mapping |= lane_map[1] << LANE1_MAPPING_SHIFT; in msm_dp_ctrl_lane_mapping()439 ln_mapping |= lane_map[2] << LANE2_MAPPING_SHIFT; in msm_dp_ctrl_lane_mapping()440 ln_mapping |= lane_map[3] << LANE3_MAPPING_SHIFT; in msm_dp_ctrl_lane_mapping()
1290 memcpy(msm_dp_link->lane_map, map, sizeof(map)); in msm_dp_link_lane_map()