Searched refs:phy_read_c45 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/dsa/mv88e6xxx/ |
H A 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()
|
H A D | chip.c | 3767 if (!chip->info->ops->phy_read_c45) in mv88e6xxx_mdio_read_c45() 3771 err = chip->info->ops->phy_read_c45(chip, bus, phy, devad, reg, &val); in mv88e6xxx_mdio_read_c45() 4271 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4318 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4401 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4462 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4547 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4595 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4650 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4698 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, [all …]
|
/linux/drivers/net/dsa/ |
H A D | mt7530.c | 759 return priv->info->phy_read_c45(priv, port, devad, regnum); in mt753x_phy_read_c45() 3246 .phy_read_c45 = mt7530_phy_read_c45, 3257 .phy_read_c45 = mt7530_phy_read_c45, 3268 .phy_read_c45 = mt7531_ind_c45_phy_read, 3279 .phy_read_c45 = mt7531_ind_c45_phy_read, 3289 .phy_read_c45 = mt7531_ind_c45_phy_read,
|
H A D | mt7530.h | 789 int (*phy_read_c45)(struct mt7530_priv *priv, int port, int devad, member
|