Lines Matching refs:phy_reset
63 struct reset_control *phy_reset; member
1179 if (priv->phy_reset) { in rk_gmac_integrated_phy_powerup()
1182 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup()
1183 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1185 if (priv->phy_reset) in rk_gmac_integrated_phy_powerup()
1186 reset_control_deassert(priv->phy_reset); in rk_gmac_integrated_phy_powerup()
1196 if (priv->phy_reset) in rk_gmac_integrated_phy_powerdown()
1197 reset_control_assert(priv->phy_reset); in rk_gmac_integrated_phy_powerdown()
1452 bsp_priv->phy_reset = of_reset_control_get(plat->phy_node, NULL); in rk_gmac_setup()
1453 if (IS_ERR(bsp_priv->phy_reset)) { in rk_gmac_setup()
1455 bsp_priv->phy_reset = NULL; in rk_gmac_setup()