Lines Matching refs:dp_lanes
101 int (*dplane_enable)(struct rockchip_udphy *udphy, int dp_lanes);
464 int dp_lanes; in udphy_dplane_get() local
468 dp_lanes = 4; in udphy_dplane_get()
471 dp_lanes = 2; in udphy_dplane_get()
476 dp_lanes = 0; in udphy_dplane_get()
480 return dp_lanes; in udphy_dplane_get()
483 static int udphy_dplane_enable(struct rockchip_udphy *udphy, int dp_lanes) in udphy_dplane_enable() argument
489 ret = cfg->dplane_enable(udphy, dp_lanes); in udphy_dplane_enable()
734 int ret, dp_lanes; in rockchip_dpphy_power_on() local
736 dp_lanes = udphy_dplane_get(udphy); in rockchip_dpphy_power_on()
737 phy->attrs.bus_width = dp_lanes; in rockchip_dpphy_power_on()
744 ret = udphy_dplane_enable(udphy, dp_lanes); in rockchip_dpphy_power_on()
1107 static int rk3588_udphy_dplane_enable(struct rockchip_udphy *udphy, int dp_lanes) in rk3588_udphy_dplane_enable() argument
1112 for (i = 0; i < dp_lanes; i++) in rk3588_udphy_dplane_enable()
1118 if (!dp_lanes) in rk3588_udphy_dplane_enable()