Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-usbdp.c569 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()
[all …]