Home
last modified time | relevance | path

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

/drivers/net/phy/
Dphy-core.c797 int __phy_modify_mmd(struct phy_device *phydev, int devad, u32 regnum, in __phy_modify_mmd() function
806 EXPORT_SYMBOL_GPL(__phy_modify_mmd);
826 ret = __phy_modify_mmd(phydev, devad, regnum, mask, set); in phy_modify_mmd()