Searched refs:mv88e639x_modify (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/dsa/mv88e6xxx/ ! |
H A D | pcs-639x.c | 50 static int mv88e639x_modify(struct mv88e639x_pcs *mpcs, u16 regnum, u16 mask, in mv88e639x_modify() function 164 return mv88e639x_modify(mpcs, MV88E6390_SGMII_INT_ENABLE, in mv88e639x_sgmii_pcs_control_irq() 181 return mv88e639x_modify(mpcs, MV88E6390_SGMII_BMCR, mask, val); in mv88e639x_sgmii_pcs_control_pwr() 343 mv88e639x_modify(mpcs, MV88E6390_SGMII_BMCR, in mv88e639x_sgmii_pcs_an_restart() 361 err = mv88e639x_modify(mpcs, MV88E6390_SGMII_BMCR, in mv88e639x_sgmii_pcs_link_up() 388 return mv88e639x_modify(mpcs, MV88E6390_10G_CTRL1, in mv88e639x_xg_pcs_enable() 395 mv88e639x_modify(mpcs, MV88E6390_10G_CTRL1, MDIO_CTRL1_LPOWER, in mv88e639x_xg_pcs_disable() 508 return mv88e639x_modify(mpcs, MV88E6390_10G_INT_ENABLE, in mv88e6390_xg_control_irq() 544 return mv88e639x_modify(mpcs, MV88E6390_PG_CONTROL, in mv88e6390_pcs_enable_checker() 608 return mv88e639x_modify(mpcs, MV88E6393X_SERDES_CTRL1, val, in mv88e6393x_power_lane() [all …]
|