Home
last modified time | relevance | path

Searched refs:MV88E6390_SGMII_BMCR (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/dsa/mv88e6xxx/
Dpcs-639x.c180 return mv88e639x_modify(mpcs, MV88E6390_SGMII_BMCR, mask, val); in mv88e639x_sgmii_pcs_control_pwr()
321 err = mv88e639x_read(mpcs, MV88E6390_SGMII_BMCR, &val); in mv88e639x_sgmii_pcs_config()
334 return mv88e639x_write(mpcs, MV88E6390_SGMII_BMCR, bmcr); in mv88e639x_sgmii_pcs_config()
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()
630 err = mv88e639x_modify(mpcs, MV88E6390_SGMII_BMCR, in mv88e6393x_erratum_4_6()
Dserdes.h62 #define MV88E6390_SGMII_BMCR (0x2000 + MII_BMCR) macro