Searched refs:phy_write_c45 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | phy.c | 84 if (!chip->info->ops->phy_write_c45) in mv88e6xxx_phy_write_c45() 87 return chip->info->ops->phy_write_c45(chip, bus, addr, devad, reg, val); in mv88e6xxx_phy_write_c45()
|
| H A D | chip.c | 3806 if (!chip->info->ops->phy_write_c45) in mv88e6xxx_mdio_write_c45() 3810 err = chip->info->ops->phy_write_c45(chip, bus, phy, devad, reg, val); in mv88e6xxx_mdio_write_c45() 4282 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4329 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4412 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4473 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4558 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4606 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4661 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, 4709 .phy_write_c45 = mv88e6xxx_g2_smi_phy_write_c45, [all …]
|
| H A D | chip.h | 491 int (*phy_write_c45)(struct mv88e6xxx_chip *chip, member
|