Home
last modified time | relevance | path

Searched refs:MII_ANLPAR (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/mii/
H A Dukphy_subr.c94 anlpar = PHY_READ(phy, MII_ANAR) & PHY_READ(phy, MII_ANLPAR); in ukphy_status()
H A Dmii.h135 #define MII_ANLPAR 0x05 /* Autonegotiation lnk partner abilities (rw) */ macro
H A Damphy.c175 PHY_READ(sc, MII_ANLPAR); in amphy_status()
H A Dgentbi.c250 anlpar = PHY_READ(sc, MII_ANLPAR); in gentbi_status()
H A Drlphy.c197 PHY_READ(phy, MII_ANLPAR))) { in rlphy_status()
H A Dtdkphy.c180 anlpar = PHY_READ(phy, MII_ANAR) & PHY_READ(phy, MII_ANLPAR); in tdkphy_status()
H A Dnsphy.c241 PHY_READ(sc, MII_ANLPAR); in nsphy_status()
H A Dmv88e151x.c219 anlpar = PHY_READ(phy, MII_ANAR) & PHY_READ(phy, MII_ANLPAR); in mv88e151x_fiber_status()
H A Dmii_physubr.c674 anlpar = PHY_READ(sc, MII_ANLPAR); in mii_phy_flowstatus()
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h148 #define MII_LPA MII_ANLPAR
/freebsd/sys/dev/usb/net/
H A Dif_rue.c337 case MII_ANLPAR: in rue_miibus_readreg()
388 case MII_ANLPAR: in rue_miibus_writereg()
/freebsd/sys/dev/rl/
H A Dif_rl.c409 case MII_ANLPAR: in rl_miibus_readreg()
455 case MII_ANLPAR: in rl_miibus_writereg()
/freebsd/sys/dev/gem/
H A Dif_gem.c1857 case MII_ANLPAR: in gem_mii_readreg()
1934 case MII_ANLPAR: in gem_mii_writereg()
/freebsd/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c807 } else if (reg == MII_ANLPAR) { in ksz8995ma_readphy()
/freebsd/sys/dev/nge/
H A Dif_nge.c437 case MII_ANLPAR: in nge_miibus_readreg()
479 case MII_ANLPAR: in nge_miibus_writereg()
/freebsd/sys/dev/cas/
H A Dif_cas.c2160 case MII_ANLPAR: in cas_mii_readreg()
2237 case MII_ANLPAR: in cas_mii_writereg()
/freebsd/sys/dev/dc/
H A Dif_dc.c731 case MII_ANLPAR: in dc_miibus_readreg()
805 case MII_ANLPAR: in dc_miibus_writereg()
/freebsd/sys/dev/re/
H A Dif_re.c543 case MII_ANLPAR: in re_miibus_readreg()
601 case MII_ANLPAR: in re_miibus_writereg()
/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v2.c3012 lpa = xgbe_phy_mii_read(pdata, pdata->mdio_addr, MII_ANLPAR); in xgbe_phy_read_status()