Home
last modified time | relevance | path

Searched refs:lane_map (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/tegra/
H A Dsor.c390 const u8 *lane_map; member
659 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 …]
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.h80 u32 lane_map[DP_MAX_NUM_DP_LANES]; member
H A Ddp_ctrl.c434 u32 *lane_map = ctrl->link->lane_map; in msm_dp_ctrl_lane_mapping() local
437 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()
H A Ddp_link.c1290 memcpy(msm_dp_link->lane_map, map, sizeof(map)); in msm_dp_link_lane_map()