Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/phy/
Dphy-core.c608 int __phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val) in __phy_write_mmd() function
633 EXPORT_SYMBOL(__phy_write_mmd);
650 ret = __phy_write_mmd(phydev, devad, regnum, val); in phy_write_mmd()
752 ret = __phy_write_mmd(phydev, devad, regnum, new); in __phy_modify_mmd_changed()
/Linux-v6.6/include/linux/
Dphy.h1373 int __phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val);