Home
last modified time | relevance | path

Searched refs:phy_write_c45 (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/dsa/mv88e6xxx/
H A Dphy.c84 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 Dchip.c3826 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 Dchip.h493 int (*phy_write_c45)(struct mv88e6xxx_chip *chip, member
/linux-6.15/drivers/net/dsa/
H A Dmt7530.c776 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 Dmt7530.h795 int (*phy_write_c45)(struct mt7530_priv *priv, int port, int devad, member