Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dphy.h26 #define PHY_DEFAULT_FEATURES (SUPPORTED_Autoneg | \ macro
41 PHY_DEFAULT_FEATURES)
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c565 phydev->supported &= PHY_DEFAULT_FEATURES; in phy_set_supported()