Lines Matching full:phy_reset
60 struct reset_control *phy_reset; member
1026 if (priv->phy_reset) { in rk_gmac_integrated_phy_powerup()
1029 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup()
1030 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1032 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup()
1033 reset_control_deassert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1043 if (priv->phy_reset) in rk_gmac_integrated_phy_powerdown()
1044 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerdown()
1282 bsp_priv->phy_reset = of_reset_control_get(plat->phy_node, NULL); in rk_gmac_setup()
1283 if (IS_ERR(bsp_priv->phy_reset)) { in rk_gmac_setup()
1285 bsp_priv->phy_reset = NULL; in rk_gmac_setup()