Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dphy.h30 #define PHY_10BT_FEATURES (SUPPORTED_10baseT_Half | \ macro
39 #define PHY_BASIC_FEATURES (PHY_10BT_FEATURES | \
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c577 phydev->supported |= PHY_10BT_FEATURES; in phy_set_supported()