Lines Matching refs:dp_lanes
570 int dp_lanes; in rk_udphy_dplane_get() local
574 dp_lanes = 4; in rk_udphy_dplane_get()
578 dp_lanes = 2; in rk_udphy_dplane_get()
583 dp_lanes = 0; in rk_udphy_dplane_get()
587 return dp_lanes; in rk_udphy_dplane_get()
590 static void rk_udphy_dplane_enable(struct rk_udphy *udphy, int dp_lanes) in rk_udphy_dplane_enable() argument
595 for (i = 0; i < dp_lanes; i++) in rk_udphy_dplane_enable()
601 if (!dp_lanes) in rk_udphy_dplane_enable()
1068 int ret, dp_lanes; in rk_udphy_dp_phy_power_on() local
1072 dp_lanes = rk_udphy_dplane_get(udphy); in rk_udphy_dp_phy_power_on()
1073 phy_set_bus_width(phy, dp_lanes); in rk_udphy_dp_phy_power_on()
1079 rk_udphy_dplane_enable(udphy, dp_lanes); in rk_udphy_dp_phy_power_on()