Lines Matching refs:dp_lanes
569 int dp_lanes; in udphy_dplane_get() local
573 dp_lanes = 4; in udphy_dplane_get()
576 dp_lanes = 2; in udphy_dplane_get()
581 dp_lanes = 0; in udphy_dplane_get()
585 return dp_lanes; in udphy_dplane_get()
588 static int udphy_dplane_enable(struct rockchip_udphy *udphy, int dp_lanes) in udphy_dplane_enable() argument
593 for (i = 0; i < dp_lanes; i++) in udphy_dplane_enable()
599 if (!dp_lanes) in udphy_dplane_enable()
966 int ret, dp_lanes; in rockchip_dpphy_power_on() local
968 dp_lanes = udphy_dplane_get(udphy); in rockchip_dpphy_power_on()
969 phy->attrs.bus_width = dp_lanes; in rockchip_dpphy_power_on()
976 ret = udphy_dplane_enable(udphy, dp_lanes); in rockchip_dpphy_power_on()