Searched refs:phy_read_c45 (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/dsa/mv88e6xxx/ |
| 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()
|
| A D | chip.c | 3793 if (!chip->info->ops->phy_read_c45) in mv88e6xxx_mdio_read_c45() 4297 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4344 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4427 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4488 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4573 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4621 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4676 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4724 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4820 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, [all …]
|
| A D | chip.h | 490 int (*phy_read_c45)(struct mv88e6xxx_chip *chip, member
|
| /drivers/net/dsa/ |
| A D | mt7530.c | 727 return priv->info->phy_read_c45(priv, port, devad, regnum); in mt753x_phy_read_c45() 3312 .phy_read_c45 = mt7530_phy_read_c45, 3323 .phy_read_c45 = mt7530_phy_read_c45, 3334 .phy_read_c45 = mt7531_ind_c45_phy_read, 3345 .phy_read_c45 = mt7531_ind_c45_phy_read, 3355 .phy_read_c45 = mt7531_ind_c45_phy_read, 3365 .phy_read_c45 = mt7531_ind_c45_phy_read,
|
| A D | mt7530.h | 845 int (*phy_read_c45)(struct mt7530_priv *priv, int port, int devad, member
|
Completed in 30 milliseconds