Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dphy.h36 #define PHY_1000BT_FEATURES (SUPPORTED_1000baseT_Half | \ macro
44 PHY_1000BT_FEATURES)
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c571 phydev->supported |= PHY_1000BT_FEATURES; in phy_set_supported()