Searched refs:phy_set_bits (Results 1 – 3 of 3) sorted by relevance
159 phy_set_bits(phydev, MII_CTRL1000, in rtl8211c_config_init()204 ret = phy_set_bits(phydev, RTL8366RB_POWER_SAVE, in rtl8366rb_config_init()
1722 return phy_set_bits(phydev, MII_BMCR, BMCR_PDOWN); in genphy_suspend()
799 static inline int phy_set_bits(struct phy_device *phydev, u32 regnum, u16 val) in phy_set_bits() function