Lines Matching full:phy_reset
77 struct reset_control *phy_reset; member
1469 if (priv->phy_reset) { in rk_gmac_integrated_phy_powerup()
1472 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup()
1473 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1475 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup()
1476 reset_control_deassert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1486 if (priv->phy_reset) in rk_gmac_integrated_phy_powerdown()
1487 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerdown()
1687 bsp_priv->phy_reset = of_reset_control_get(plat->phy_node, NULL); in rk_gmac_setup()
1688 if (IS_ERR(bsp_priv->phy_reset)) { in rk_gmac_setup()
1690 bsp_priv->phy_reset = NULL; in rk_gmac_setup()