Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dphy.h33 #define PHY_100BT_FEATURES (SUPPORTED_100baseT_Half | \ macro
40 PHY_100BT_FEATURES | \
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c574 phydev->supported |= PHY_100BT_FEATURES; in phy_set_supported()