Searched refs:phy_read_c45 (Results 1 – 5 of 5) 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 | 3773 if (!chip->info->ops->phy_read_c45) in mv88e6xxx_mdio_read_c45() 3777 err = chip->info->ops->phy_read_c45(chip, bus, phy, devad, reg, &val); in mv88e6xxx_mdio_read_c45() 4281 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4328 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4411 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4472 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4557 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4605 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4660 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4708 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, [all …]
|
| H A D | chip.h | 488 int (*phy_read_c45)(struct mv88e6xxx_chip *chip, member
|
| /linux/drivers/net/dsa/ |
| H A D | mt7530.c | 727 return priv->info->phy_read_c45(priv, port, devad, regnum); in mt753x_phy_read_c45() 3313 .phy_read_c45 = mt7530_phy_read_c45, 3324 .phy_read_c45 = mt7530_phy_read_c45, 3335 .phy_read_c45 = mt7531_ind_c45_phy_read, 3346 .phy_read_c45 = mt7531_ind_c45_phy_read, 3356 .phy_read_c45 = mt7531_ind_c45_phy_read, 3366 .phy_read_c45 = mt7531_ind_c45_phy_read,
|
| H A D | mt7530.h | 845 int (*phy_read_c45)(struct mt7530_priv *priv, int port, int devad, member
|