Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dfixed.c44 phydev->flags |= PHY_FLAG_BROKEN_RESET; in fixedphy_probe()
H A Dcortina.c261 phydev->flags = PHY_FLAG_BROKEN_RESET; in cs4340_probe()
H A Dphy.c780 if (phydev->flags & PHY_FLAG_BROKEN_RESET) in phy_reset()
/OK3568_Linux_fs/u-boot/include/
H A Dphy.h24 #define PHY_FLAG_BROKEN_RESET (1 << 0) /* soft reset not supported */ macro