Searched refs:__phy_modify_mmd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/phy/ |
| H A D | phy-core.c | 687 int __phy_modify_mmd(struct phy_device *phydev, int devad, u32 regnum, in __phy_modify_mmd() function 696 EXPORT_SYMBOL_GPL(__phy_modify_mmd); 716 ret = __phy_modify_mmd(phydev, devad, regnum, mask, set); in phy_modify_mmd()
|
| /linux/include/linux/ |
| H A D | phy.h | 1851 int __phy_modify_mmd(struct phy_device *phydev, int devad, u32 regnum, 1918 return __phy_modify_mmd(phydev, devad, regnum, 0, val); in __phy_set_bits_mmd() 1934 return __phy_modify_mmd(phydev, devad, regnum, val, 0); in __phy_clear_bits_mmd()
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | r8169_phy_config.c | 58 __phy_modify_mmd(phydev, MDIO_MMD_VEND2, 0xb87e, mask, val); in rtl8125_phy_param()
|