Lines Matching refs:dp_lanes
99 int (*dplane_enable)(struct rockchip_udphy *udphy, int dp_lanes);
521 int dp_lanes; in udphy_dplane_get() local
525 dp_lanes = 4; in udphy_dplane_get()
528 dp_lanes = 2; in udphy_dplane_get()
533 dp_lanes = 0; in udphy_dplane_get()
537 return dp_lanes; in udphy_dplane_get()
540 static int udphy_dplane_enable(struct rockchip_udphy *udphy, int dp_lanes) in udphy_dplane_enable() argument
546 ret = cfg->dplane_enable(udphy, dp_lanes); in udphy_dplane_enable()
884 int ret, dp_lanes; in rockchip_dp_phy_power_on() local
888 dp_lanes = udphy_dplane_get(udphy); in rockchip_dp_phy_power_on()
889 phy_set_bus_width(phy, dp_lanes); in rockchip_dp_phy_power_on()
895 ret = udphy_dplane_enable(udphy, dp_lanes); in rockchip_dp_phy_power_on()
1447 static int rk3588_udphy_dplane_enable(struct rockchip_udphy *udphy, int dp_lanes) in rk3588_udphy_dplane_enable() argument
1452 for (i = 0; i < dp_lanes; i++) in rk3588_udphy_dplane_enable()
1458 if (!dp_lanes) in rk3588_udphy_dplane_enable()