Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphy-core.c512 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 Dr8169_phy_config.c57 __phy_write_mmd(phydev, MDIO_MMD_VEND2, 0xb87c, parm); in rtl8125_phy_param()
/linux/include/linux/
H A Dphy.h1838 int __phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val);