Searched refs:PHY_FLAG_BROKEN_RESET (Results 1 – 4 of 4) sorted by relevance
273 phydev->flags = PHY_FLAG_BROKEN_RESET; in cs4340_probe()307 phydev->flags = PHY_FLAG_BROKEN_RESET; in cs4223_probe()
43 phydev->flags |= PHY_FLAG_BROKEN_RESET; in fixedphy_probe()
785 if (phydev->flags & PHY_FLAG_BROKEN_RESET) in phy_reset()
21 #define PHY_FLAG_BROKEN_RESET (1 << 0) /* soft reset not supported */ macro