HomeSort by relevance Sort by last modified time
    Searched refs:PHY_FLAG_BROKEN_RESET (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/net/phy/
fixed.c 43 phydev->flags |= PHY_FLAG_BROKEN_RESET;
cortina.c 273 phydev->flags = PHY_FLAG_BROKEN_RESET;
307 phydev->flags = PHY_FLAG_BROKEN_RESET;
phy.c 785 if (phydev->flags & PHY_FLAG_BROKEN_RESET)
  /external/u-boot/include/
phy.h 21 #define PHY_FLAG_BROKEN_RESET (1 << 0) /* soft reset not supported */

Completed in 329 milliseconds