Lines Matching full:phy_reset
75 struct reset_control *phy_reset; member
1622 if (priv->phy_reset) { in rk_gmac_integrated_phy_powerup()
1625 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup()
1626 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1628 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup()
1629 reset_control_deassert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1639 if (priv->phy_reset) in rk_gmac_integrated_phy_powerdown()
1640 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerdown()
1840 bsp_priv->phy_reset = of_reset_control_get(plat->phy_node, NULL); in rk_gmac_setup()
1841 if (IS_ERR(bsp_priv->phy_reset)) { in rk_gmac_setup()
1843 bsp_priv->phy_reset = NULL; in rk_gmac_setup()