Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Dmv88e151x.c120 PHY_WRITE(sc, MV88E151X_PAGE, MV88E151X_PAGE_FIBER); in mv88e151x_attach()
130 PHY_WRITE(sc, MV88E151X_PAGE, MV88E151X_PAGE_COPPER); in mv88e151x_attach()
143 PHY_WRITE(sc, MV88E151X_PAGE, MV88E151X_PAGE_FIBER); in mv88e151x_attach()
146 PHY_WRITE(sc, MV88E151X_PAGE, MV88E151X_PAGE_COPPER); in mv88e151x_attach()
189 PHY_WRITE(phy, MV88E151X_PAGE, MV88E151X_PAGE_FIBER); in mv88e151x_fiber_status()
199 PHY_WRITE(phy, MV88E151X_PAGE, MV88E151X_PAGE_COPPER); in mv88e151x_fiber_status()
215 PHY_WRITE(phy, MV88E151X_PAGE, MV88E151X_PAGE_COPPER); in mv88e151x_fiber_status()
252 PHY_WRITE(phy, MV88E151X_PAGE, MV88E151X_PAGE_COPPER); in mv88e151x_fiber_status()
H A Dmv88e151xreg.h43 #define MV88E151X_PAGE 22 macro