Lines Matching full:phy_reset
62 struct reset_control *phy_reset; member
1177 if (priv->phy_reset) { in rk_gmac_integrated_phy_powerup()
1180 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup()
1181 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1183 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup()
1184 reset_control_deassert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1194 if (priv->phy_reset) in rk_gmac_integrated_phy_powerdown()
1195 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerdown()
1450 bsp_priv->phy_reset = of_reset_control_get(plat->phy_node, NULL); in rk_gmac_setup()
1451 if (IS_ERR(bsp_priv->phy_reset)) { in rk_gmac_setup()
1453 bsp_priv->phy_reset = NULL; in rk_gmac_setup()