Searched refs:__phy_write_mmd (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/phy/ |
A D | phy-core.c | 606 int __phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val) in __phy_write_mmd() function 631 EXPORT_SYMBOL(__phy_write_mmd); 648 ret = __phy_write_mmd(phydev, devad, regnum, val); in phy_write_mmd() 750 ret = __phy_write_mmd(phydev, devad, regnum, new); in __phy_modify_mmd_changed()
|
/linux-6.3-rc2/include/linux/ |
A D | phy.h | 1256 int __phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val);
|
Completed in 8 milliseconds