Searched refs:phy_read_c45 (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/net/dsa/mv88e6xxx/ |
| D | phy.c | 68 if (!chip->info->ops->phy_read_c45) in mv88e6xxx_phy_read_c45() 71 return chip->info->ops->phy_read_c45(chip, bus, addr, devad, reg, val); in mv88e6xxx_phy_read_c45()
|
| D | chip.c | 3535 if (!chip->info->ops->phy_read_c45) in mv88e6xxx_mdio_read_c45() 3539 err = chip->info->ops->phy_read_c45(chip, bus, phy, devad, reg, &val); in mv88e6xxx_mdio_read_c45() 4034 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4081 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4164 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4223 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4308 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4356 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4408 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4456 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, [all …]
|
| D | chip.h | 465 int (*phy_read_c45)(struct mv88e6xxx_chip *chip, member
|
| /Linux-v6.6/drivers/net/dsa/ |
| D | mt7530.c | 809 return priv->info->phy_read_c45(priv, port, devad, regnum); in mt753x_phy_read_c45() 3155 .phy_read_c45 = mt7530_phy_read_c45, 3167 .phy_read_c45 = mt7530_phy_read_c45, 3179 .phy_read_c45 = mt7531_ind_c45_phy_read, 3192 .phy_read_c45 = mt7531_ind_c45_phy_read,
|
| D | mt7530.h | 726 int (*phy_read_c45)(struct mt7530_priv *priv, int port, int devad, member
|