Searched refs:mv88e639x_modify (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | pcs-639x.c | 49 static int mv88e639x_modify(struct mv88e639x_pcs *mpcs, u16 regnum, u16 mask, in mv88e639x_modify() function 163 return mv88e639x_modify(mpcs, MV88E6390_SGMII_INT_ENABLE, in mv88e639x_sgmii_pcs_control_irq() 180 return mv88e639x_modify(mpcs, MV88E6390_SGMII_BMCR, mask, val); in mv88e639x_sgmii_pcs_control_pwr() 341 mv88e639x_modify(mpcs, MV88E6390_SGMII_BMCR, in mv88e639x_sgmii_pcs_an_restart() 359 err = mv88e639x_modify(mpcs, MV88E6390_SGMII_BMCR, in mv88e639x_sgmii_pcs_link_up() 386 return mv88e639x_modify(mpcs, MV88E6390_10G_CTRL1, in mv88e639x_xg_pcs_enable() 393 mv88e639x_modify(mpcs, MV88E6390_10G_CTRL1, MDIO_CTRL1_LPOWER, in mv88e639x_xg_pcs_disable() 505 return mv88e639x_modify(mpcs, MV88E6390_10G_INT_ENABLE, in mv88e6390_xg_control_irq() 541 return mv88e639x_modify(mpcs, MV88E6390_PG_CONTROL, in mv88e6390_pcs_enable_checker() 607 return mv88e639x_modify(mpcs, MV88E6393X_SERDES_CTRL1, val, in mv88e6393x_power_lane() [all …]
|