Searched refs:MII_ANAR (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-12-stable/sys/dev/mii/
H A Dsmscphy.c181 PHY_WRITE(sc, MII_ANAR, anar);
183 anar = PHY_READ(sc, MII_ANAR);
H A Dukphy_subr.c96 anlpar = PHY_READ(phy, MII_ANAR) & PHY_READ(phy, MII_ANLPAR);
H A Datphy.c163 PHY_WRITE(sc, MII_ANAR, anar | ANAR_CSMA);
348 PHY_WRITE(sc, MII_ANAR, anar);
H A Dsmcphy.c218 PHY_WRITE(sc, MII_ANAR, anar);
220 anar = PHY_READ(sc, MII_ANAR);
H A Damphy.c178 anlpar = PHY_READ(sc, MII_ANAR) &
H A Dmii.h111 #define MII_ANAR 0x04 /* Autonegotiation advertisement (rw) */ macro
H A Dmii_physubr.c235 PHY_WRITE(sc, MII_ANAR, anar);
261 PHY_WRITE(sc, MII_ANAR, anar);
276 PHY_WRITE(sc, MII_ANAR, anar);
629 * Return the flow control status flag from MII_ANAR & MII_ANLPAR.
639 anar = PHY_READ(sc, MII_ANAR);
H A Drlphy.c200 if ((anlpar = PHY_READ(phy, MII_ANAR) &
H A Dtdkphy.c184 anlpar = PHY_READ(phy, MII_ANAR) & PHY_READ(phy, MII_ANLPAR);
H A Djmphy.c341 PHY_WRITE(sc, MII_ANAR, anar | ANAR_CSMA);
H A Dnsphy.c251 anlpar = PHY_READ(sc, MII_ANAR) &
H A Dtlphy.c369 PHY_READ(&sc->sc_mii, MII_ANAR);
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h187 #define MII_ADVERTISE MII_ANAR
/freebsd-12-stable/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c826 } else if (reg == MII_ANAR) {
861 } else if (reg == MII_ANAR) {
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_rue.c331 case MII_ANAR:
382 case MII_ANAR:
H A Dif_smsc.c1326 smsc_miibus_writereg(sc->sc_ue.ue_dev, sc->sc_phyno, MII_ANAR,
H A Dif_muge.c929 lan78xx_miibus_writereg(sc->sc_ue.ue_dev, sc->sc_phyno, MII_ANAR,
/freebsd-12-stable/sys/dev/rl/
H A Dif_rl.c407 case MII_ANAR:
453 case MII_ANAR:
/freebsd-12-stable/sys/dev/gem/
H A Dif_gem.c1897 case MII_ANAR:
1961 case MII_ANAR:
/freebsd-12-stable/sys/dev/nge/
H A Dif_nge.c438 case MII_ANAR:
480 case MII_ANAR:
/freebsd-12-stable/sys/dev/cas/
H A Dif_cas.c2171 case MII_ANAR:
2235 case MII_ANAR:
/freebsd-12-stable/sys/dev/re/
H A Dif_re.c539 case MII_ANAR:
597 case MII_ANAR:
3827 MII_ANAR, ANAR_TX_FD | ANAR_TX | ANAR_10_FD | ANAR_10 | ANAR_CSMA);
/freebsd-12-stable/sys/dev/dc/
H A Dif_dc.c738 case MII_ANAR:
812 case MII_ANAR:
/freebsd-12-stable/sys/dev/vge/
H A Dif_vge.c2807 vge_miibus_writereg(sc->vge_dev, sc->vge_phyaddr, MII_ANAR,
/freebsd-12-stable/sys/dev/age/
H A Dif_age.c1387 MII_ANAR, ANAR_TX_FD | ANAR_TX | ANAR_10_FD |

Completed in 293 milliseconds

12