Home
last modified time | relevance | path

Searched refs:phy_set_bits (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/phy/
Drealtek.c159 phy_set_bits(phydev, MII_CTRL1000, in rtl8211c_config_init()
204 ret = phy_set_bits(phydev, RTL8366RB_POWER_SAVE, in rtl8366rb_config_init()
Dphy_device.c1722 return phy_set_bits(phydev, MII_BMCR, BMCR_PDOWN); in genphy_suspend()
/Linux-v4.19/include/linux/
Dphy.h799 static inline int phy_set_bits(struct phy_device *phydev, u32 regnum, u16 val) in phy_set_bits() function