Lines Matching refs:features
390 u32 features; in genphy_config() local
392 features = (SUPPORTED_TP | SUPPORTED_MII in genphy_config()
403 features |= SUPPORTED_Autoneg; in genphy_config()
406 features |= SUPPORTED_100baseT_Full; in genphy_config()
408 features |= SUPPORTED_100baseT_Half; in genphy_config()
410 features |= SUPPORTED_10baseT_Full; in genphy_config()
412 features |= SUPPORTED_10baseT_Half; in genphy_config()
421 features |= SUPPORTED_1000baseT_Full; in genphy_config()
423 features |= SUPPORTED_1000baseT_Half; in genphy_config()
425 features |= SUPPORTED_1000baseX_Full; in genphy_config()
427 features |= SUPPORTED_1000baseX_Half; in genphy_config()
430 phydev->supported &= features; in genphy_config()
431 phydev->advertising &= features; in genphy_config()
458 .features = PHY_GBIT_FEATURES | SUPPORTED_MII |
525 phydev->advertising = phydev->drv->features; in phy_probe()
526 phydev->supported = phydev->drv->features; in phy_probe()
1066 if ((drv->features & PHY_10G_FEATURES) == PHY_10G_FEATURES || in phy_read_mmd()
1098 if ((drv->features & PHY_10G_FEATURES) == PHY_10G_FEATURES || in phy_write_mmd()