Home
last modified time | relevance | path

Searched refs:PHY_100BT_FEATURES (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dphy.h30 #define PHY_100BT_FEATURES (SUPPORTED_100baseT_Half | \ macro
37 PHY_100BT_FEATURES | \
/external/u-boot/drivers/net/phy/
Dphy.c573 phydev->supported |= PHY_100BT_FEATURES; in phy_set_supported()