Home
last modified time | relevance | path

Searched refs:PHY_FLAG_BROKEN_RESET (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/net/phy/
H A Dfixed.c43 phydev->flags |= PHY_FLAG_BROKEN_RESET; in fixedphy_probe()
H A Dcortina.c273 phydev->flags = PHY_FLAG_BROKEN_RESET; in cs4340_probe()
307 phydev->flags = PHY_FLAG_BROKEN_RESET; in cs4223_probe()
H A Dphy.c796 if (phydev->flags & PHY_FLAG_BROKEN_RESET) in phy_reset()
H A Dncsi.c866 phydev->flags |= PHY_FLAG_BROKEN_RESET; in ncsi_startup()
/openbmc/u-boot/include/
H A Dphy.h24 #define PHY_FLAG_BROKEN_RESET (1 << 0) /* soft reset not supported */ macro