Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dphy.h40 #define PHY_1000BT_FEATURES (SUPPORTED_1000baseT_Half | \ macro
48 PHY_1000BT_FEATURES)
/third_party/uboot/u-boot-2020.01/drivers/net/phy/
Dphy.c594 phydev->supported |= PHY_1000BT_FEATURES; in phy_set_supported()