Searched refs:__phy_set_bits (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/power/reset/ |
H A D | linkstation-poweroff.c | 73 __phy_set_bits(phydev, MII_88E1318S_PHY_WOL_CTRL, in linkstation_mvphy_reg_intn() 104 __phy_set_bits(phydev, MII_88E1318S_PHY_WOL_CTRL, in readynas_mvphy_set_reg()
|
/openbmc/linux/drivers/net/phy/ |
H A D | marvell.c | 1857 err = __phy_set_bits(phydev, MII_88E1318S_PHY_CSIER, in m88e1318_set_wol() 1898 err = __phy_set_bits(phydev, MII_88E1318S_PHY_WOL_CTRL, in m88e1318_set_wol() 3222 ret = __phy_set_bits(phydev, MII_88E1510_GEN_CTRL_REG_1, in m88e1510_sfp_insert() 3245 ret = __phy_set_bits(phydev, MII_88E1510_GEN_CTRL_REG_1, in m88e1510_sfp_remove()
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 1399 static inline int __phy_set_bits(struct phy_device *phydev, u32 regnum, u16 val) in __phy_set_bits() function
|