Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Drealtek.c645 .write_mmd = genphy_write_mmd_unsupported,
655 .write_mmd = &genphy_write_mmd_unsupported,
664 .write_mmd = &genphy_write_mmd_unsupported,
674 .write_mmd = &genphy_write_mmd_unsupported,
716 .write_mmd = rtlgen_write_mmd,
728 .write_mmd = rtl822x_write_mmd,
740 .write_mmd = rtl822x_write_mmd,
H A Dadin.c747 .write_mmd = adin_write_mmd,
767 .write_mmd = adin_write_mmd,
H A Dphy-core.c531 if (phydev->drv && phydev->drv->write_mmd) { in __phy_write_mmd()
532 ret = phydev->drv->write_mmd(phydev, devad, regnum, val); in __phy_write_mmd()
H A Dbcm7xxx.c703 .write_mmd = bcm7xxx_28nm_ephy_write_mmd, \
H A Dmicrel.c1310 .write_mmd = genphy_write_mmd_unsupported,
/OK3568_Linux_fs/u-boot/include/
H A Dphy.h110 int (*write_mmd)(struct phy_device *phydev, int devad, int reg, member
224 if (drv->write_mmd) in phy_write_mmd()
225 return drv->write_mmd(phydev, devad, regnum, val); in phy_write_mmd()
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dphy.c550 if (drv->write_mmd) in phy_register()
551 drv->write_mmd += gd->reloc_off; in phy_register()
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h826 int (*write_mmd)(struct phy_device *dev, int devnum, u16 regnum, member