Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/phy/
Dcortina.c273 phydev->flags = PHY_FLAG_BROKEN_RESET; in cs4340_probe()
307 phydev->flags = PHY_FLAG_BROKEN_RESET; in cs4223_probe()
Dfixed.c43 phydev->flags |= PHY_FLAG_BROKEN_RESET; in fixedphy_probe()
Dphy.c785 if (phydev->flags & PHY_FLAG_BROKEN_RESET) in phy_reset()
/external/u-boot/include/
Dphy.h21 #define PHY_FLAG_BROKEN_RESET (1 << 0) /* soft reset not supported */ macro