Home
last modified time | relevance | path

Searched refs:__phy_set_bits (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/power/reset/
H A Dlinkstation-poweroff.c73 __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()
/linux/drivers/net/phy/
H A Dbroadcom.c935 err = __phy_set_bits(phydev, MII_BRCM_FET_SHDW_MISCCTRL, in brcm_fet_config_init()
943 err = __phy_set_bits(phydev, MII_BRCM_FET_SHDW_AUXSTAT2, in brcm_fet_config_init()
1048 err = __phy_set_bits(phydev, MII_BRCM_FET_SHDW_AUXMODE4, reg); in brcm_fet_suspend()
H A Dmarvell.c1957 err = __phy_set_bits(phydev, MII_88E1318S_PHY_CSIER, in m88e1318_set_wol()
1998 err = __phy_set_bits(phydev, MII_88E1318S_PHY_WOL_CTRL, in m88e1318_set_wol()
3611 ret = __phy_set_bits(phydev, MII_88E1510_GEN_CTRL_REG_1, in m88e1510_sfp_insert()
3634 ret = __phy_set_bits(phydev, MII_88E1510_GEN_CTRL_REG_1, in m88e1510_sfp_remove()
/linux/include/linux/
H A Dphy.h1520 static inline int __phy_set_bits(struct phy_device *phydev, u32 regnum, u16 val) in __phy_set_bits() function
/linux/drivers/net/phy/realtek/
H A Drealtek_main.c474 __phy_set_bits(dev, RTL8211F_INTBCR, RTL8211F_INTBCR_INTB_PMEB); in rtl8211f_set_wol()