Searched refs:phy_read_c45 (Results 1 – 5 of 5) sorted by relevance
/openbmc/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 | 3618 if (!chip->info->ops->phy_read_c45) in mv88e6xxx_mdio_read_c45() 3622 err = chip->info->ops->phy_read_c45(chip, bus, phy, devad, reg, &val); in mv88e6xxx_mdio_read_c45() 4119 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4166 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4249 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4310 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4395 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4443 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4497 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, 4545 .phy_read_c45 = mv88e6xxx_g2_smi_phy_read_c45, [all …]
|
H A D | chip.h | 467 int (*phy_read_c45)(struct mv88e6xxx_chip *chip, member
|
/openbmc/linux/drivers/net/dsa/ |
H A D | mt7530.c | 809 return priv->info->phy_read_c45(priv, port, devad, regnum); in mt753x_phy_read_c45() 3363 .phy_read_c45 = mt7530_phy_read_c45, 3375 .phy_read_c45 = mt7530_phy_read_c45, 3387 .phy_read_c45 = mt7531_ind_c45_phy_read, 3400 .phy_read_c45 = mt7531_ind_c45_phy_read,
|
H A D | mt7530.h | 756 int (*phy_read_c45)(struct mt7530_priv *priv, int port, int devad, member
|