Searched refs:PHY_LANE_MUX_DP (Results 1 – 4 of 4) sorted by relevance
558 udphy->lane_mux_sel[0] = PHY_LANE_MUX_DP; in upphy_set_typec_default_mapping()559 udphy->lane_mux_sel[1] = PHY_LANE_MUX_DP; in upphy_set_typec_default_mapping()573 udphy->lane_mux_sel[2] = PHY_LANE_MUX_DP; in upphy_set_typec_default_mapping()574 udphy->lane_mux_sel[3] = PHY_LANE_MUX_DP; in upphy_set_typec_default_mapping()705 udphy->lane_mux_sel[udphy->dp_lane_sel[i]] = PHY_LANE_MUX_DP; in udphy_parse_lane_mux_data()718 udphy->flip = udphy->lane_mux_sel[0] == PHY_LANE_MUX_DP ? true : false; in udphy_parse_lane_mux_data()1081 udphy->lane_mux_sel[0] = PHY_LANE_MUX_DP; in usbdp_typec_mux_set()1082 udphy->lane_mux_sel[1] = PHY_LANE_MUX_DP; in usbdp_typec_mux_set()1083 udphy->lane_mux_sel[2] = PHY_LANE_MUX_DP; in usbdp_typec_mux_set()1084 udphy->lane_mux_sel[3] = PHY_LANE_MUX_DP; in usbdp_typec_mux_set()[all …]
503 udphy->lane_mux_sel[0] = PHY_LANE_MUX_DP; in upphy_set_typec_default_mapping()504 udphy->lane_mux_sel[1] = PHY_LANE_MUX_DP; in upphy_set_typec_default_mapping()516 udphy->lane_mux_sel[2] = PHY_LANE_MUX_DP; in upphy_set_typec_default_mapping()517 udphy->lane_mux_sel[3] = PHY_LANE_MUX_DP; in upphy_set_typec_default_mapping()586 udphy->lane_mux_sel[udphy->dp_lane_sel[i]] = PHY_LANE_MUX_DP; in udphy_parse_lane_mux_data()599 udphy->flip = udphy->lane_mux_sel[0] == PHY_LANE_MUX_DP ? true : false; in udphy_parse_lane_mux_data()
37 #define PHY_LANE_MUX_DP 1 macro