Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-usbdp.c558 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 …]
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-usbdp.c503 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()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dphy-rockchip-usbdp.h37 #define PHY_LANE_MUX_DP 1 macro
/OK3568_Linux_fs/kernel/include/linux/phy/
H A Dphy-rockchip-usbdp.h37 #define PHY_LANE_MUX_DP 1 macro