Home
last modified time | relevance | path

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

/openbmc/linux/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.c3681 if (!chip->info->ops->phy_write_c45) in mv88e6xxx_mdio_write_c45()
3685 err = chip->info->ops->phy_write_c45(chip, bus, phy, devad, reg, val); in mv88e6xxx_mdio_write_c45()
4150 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45,
4197 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45,
4280 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45,
4341 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45,
4426 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45,
4474 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45,
4528 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45,
4576 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45,
[all …]
H A Dchip.h470 int (*phy_write_c45)(struct mv88e6xxx_chip *chip, member
/openbmc/linux/drivers/net/dsa/
H A Dmt7530.c826 return priv->info->phy_write_c45(priv, port, devad, regnum, val); in mt753x_phy_write_c45()
3364 .phy_write_c45 = mt7530_phy_write_c45,
3376 .phy_write_c45 = mt7530_phy_write_c45,
3388 .phy_write_c45 = mt7531_ind_c45_phy_write,
3401 .phy_write_c45 = mt7531_ind_c45_phy_write,
H A Dmt7530.h758 int (*phy_write_c45)(struct mt7530_priv *priv, int port, int devad, member