Searched refs:mdiodev_c45_write (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/base/regmap/ |
H A D | regmap-mdio.c | 77 return mdiodev_c45_write(mdio_dev, devad, reg, val); in regmap_mdio_c45_write()
|
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | pcs-639x.c | 46 return mdiodev_c45_write(&mpcs->mdio, MDIO_MMD_PHYXS, regnum, val); in mv88e639x_write() 735 return mdiodev_c45_write(&mpcs->mdio, MDIO_MMD_VEND1, 0x8000, 0x58); in mv88e6393x_fix_2500basex_an()
|
/linux/include/linux/ |
H A D | mdio.h | 695 static inline int mdiodev_c45_write(struct mdio_device *mdiodev, u32 devad, in mdiodev_c45_write() function
|
/linux/drivers/net/pcs/ |
H A D | pcs-xpcs.c | 213 return mdiodev_c45_write(xpcs->mdiodev, dev, reg, val); in xpcs_write()
|