Searched refs:phy_write_c45 (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/dsa/mv88e6xxx/ |
| 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()
|
| A D | chip.c | 3826 if (!chip->info->ops->phy_write_c45) in mv88e6xxx_mdio_write_c45() 4298 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4345 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4428 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4489 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4574 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4622 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4677 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4725 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4821 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, [all …]
|
| A D | chip.h | 493 int (*phy_write_c45)(struct mv88e6xxx_chip *chip, member
|
| /drivers/net/dsa/ |
| A D | mt7530.c | 744 return priv->info->phy_write_c45(priv, port, devad, regnum, val); in mt753x_phy_write_c45() 3313 .phy_write_c45 = mt7530_phy_write_c45, 3324 .phy_write_c45 = mt7530_phy_write_c45, 3335 .phy_write_c45 = mt7531_ind_c45_phy_write, 3346 .phy_write_c45 = mt7531_ind_c45_phy_write, 3356 .phy_write_c45 = mt7531_ind_c45_phy_write, 3366 .phy_write_c45 = mt7531_ind_c45_phy_write,
|
| A D | mt7530.h | 847 int (*phy_write_c45)(struct mt7530_priv *priv, int port, int devad, member
|
Completed in 31 milliseconds