Searched refs:phy_write_c45 (Results 1 – 5 of 5) sorted by relevance
/openbmc/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()
|
H A D | chip.c | 3681 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 D | chip.h | 470 int (*phy_write_c45)(struct mv88e6xxx_chip *chip, member
|
/openbmc/linux/drivers/net/dsa/ |
H A D | mt7530.c | 826 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 D | mt7530.h | 758 int (*phy_write_c45)(struct mt7530_priv *priv, int port, int devad, member
|