Searched refs:PHY_FLAG_BROKEN_RESET (Results 1 – 4 of 4) sorted by relevance
44 phydev->flags |= PHY_FLAG_BROKEN_RESET; in fixedphy_probe()
261 phydev->flags = PHY_FLAG_BROKEN_RESET; in cs4340_probe()
780 if (phydev->flags & PHY_FLAG_BROKEN_RESET) in phy_reset()
24 #define PHY_FLAG_BROKEN_RESET (1 << 0) /* soft reset not supported */ macro