Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dphy.h33 #define PHY_10BT_FEATURES (SUPPORTED_10baseT_Half | \ macro
42 #define PHY_BASIC_FEATURES (PHY_10BT_FEATURES | \
/linux-4.4.14/drivers/net/phy/
Dfixed_phy.c360 phy->supported = PHY_10BT_FEATURES; in fixed_phy_register()
Dphy_device.c1284 phydev->supported |= PHY_10BT_FEATURES; in __set_phy_supported()
/linux-4.4.14/drivers/net/ethernet/renesas/
Dravb_main.c909 phydev->supported &= ~PHY_10BT_FEATURES; in ravb_phy_init()