Searched refs:__phy_write_mmd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/phy/ |
| H A D | phy-core.c | 512 int __phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val) in __phy_write_mmd() function 523 EXPORT_SYMBOL(__phy_write_mmd); 540 ret = __phy_write_mmd(phydev, devad, regnum, val); in phy_write_mmd() 642 ret = __phy_write_mmd(phydev, devad, regnum, new); in __phy_modify_mmd_changed()
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | r8169_phy_config.c | 57 __phy_write_mmd(phydev, MDIO_MMD_VEND2, 0xb87c, parm); in rtl8125_phy_param()
|
| /linux/include/linux/ |
| H A D | phy.h | 1838 int __phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val);
|