Searched refs:phy_write_c45 (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/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()
|
| H 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 …]
|
| H A D | chip.h | 493 int (*phy_write_c45)(struct mv88e6xxx_chip *chip, member
|
| /linux-6.15/drivers/net/dsa/ |
| H A D | mt7530.c | 776 return priv->info->phy_write_c45(priv, port, devad, regnum, val); in mt753x_phy_write_c45() 3153 .phy_write_c45 = mt7530_phy_write_c45, 3164 .phy_write_c45 = mt7530_phy_write_c45, 3175 .phy_write_c45 = mt7531_ind_c45_phy_write, 3186 .phy_write_c45 = mt7531_ind_c45_phy_write, 3196 .phy_write_c45 = mt7531_ind_c45_phy_write,
|
| H A D | mt7530.h | 795 int (*phy_write_c45)(struct mt7530_priv *priv, int port, int devad, member
|