Searched refs:phy_write_c45 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | phy.c | 84 if (!chip->info->ops->phy_write_c45) in mv88e6xxx_phy_write_c45() 87 return chip->info->ops->phy_write_c45(chip, bus, addr, devad, reg, val); in mv88e6xxx_phy_write_c45()
|
| /linux/drivers/net/dsa/ |
| H A D | mt7530.c | 747 return priv->info->phy_write_c45(priv, port, devad, regnum, val); in mt753x_phy_write_c45() 3380 .phy_write_c45 = mt7530_phy_write_c45, 3391 .phy_write_c45 = mt7530_phy_write_c45, 3402 .phy_write_c45 = mt7531_ind_c45_phy_write, 3413 .phy_write_c45 = mt7531_ind_c45_phy_write, 3423 .phy_write_c45 = mt7531_ind_c45_phy_write, 3433 .phy_write_c45 = mt7531_ind_c45_phy_write,
|
| H A D | mt7530.h | 849 int (*phy_write_c45)(struct mt7530_priv *priv, int port, int devad, member
|