Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mii/
HDukphy_subr.c94 anlpar = PHY_READ(phy, MII_ANAR) & PHY_READ(phy, MII_ANLPAR); in ukphy_status()
HDmii.h135 #define MII_ANLPAR 0x05 /* Autonegotiation lnk partner abilities (rw) */ macro
HDgentbi.c252 anlpar = PHY_READ(sc, MII_ANLPAR); in gentbi_status()
HDtdkphy.c182 anlpar = PHY_READ(phy, MII_ANAR) & PHY_READ(phy, MII_ANLPAR); in tdkphy_status()
HDamphy.c177 PHY_READ(sc, MII_ANLPAR); in amphy_status()
HDrlphy.c199 PHY_READ(phy, MII_ANLPAR))) { in rlphy_status()
HDnsphy.c250 PHY_READ(sc, MII_ANLPAR); in nsphy_status()
HDtlphy.c366 anlpar = PHY_READ(&sc->sc_mii, MII_ANLPAR) & in tlphy_acomp()
HDmii_physubr.c638 anlpar = PHY_READ(sc, MII_ANLPAR); in mii_phy_flowstatus()
/NextBSD/sys/dev/cxgb/
HDcxgb_osdep.h185 #define MII_LPA MII_ANLPAR
/NextBSD/sys/dev/usb/net/
HDif_rue.c335 case MII_ANLPAR: in rue_miibus_readreg()
386 case MII_ANLPAR: in rue_miibus_writereg()
/NextBSD/sys/dev/rl/
HDif_rl.c411 case MII_ANLPAR: in rl_miibus_readreg()
457 case MII_ANLPAR: in rl_miibus_writereg()
/NextBSD/sys/dev/gem/
HDif_gem.c1898 case MII_ANLPAR: in gem_mii_readreg()
1975 case MII_ANLPAR: in gem_mii_writereg()
/NextBSD/sys/dev/nge/
HDif_nge.c439 case MII_ANLPAR: in nge_miibus_readreg()
481 case MII_ANLPAR: in nge_miibus_writereg()
/NextBSD/sys/dev/cas/
HDif_cas.c2198 case MII_ANLPAR: in cas_mii_readreg()
2275 case MII_ANLPAR: in cas_mii_writereg()
/NextBSD/sys/dev/dc/
HDif_dc.c737 case MII_ANLPAR: in dc_miibus_readreg()
811 case MII_ANLPAR: in dc_miibus_writereg()
/NextBSD/sys/dev/re/
HDif_re.c534 case MII_ANLPAR: in re_miibus_readreg()
592 case MII_ANLPAR: in re_miibus_writereg()
/NextBSD/sys/dev/txp/
HDif_txp.c2619 if (txp_command(sc, TXP_CMD_PHY_MGMT_READ, 0, MII_ANLPAR, 0, in txp_ifmedia_sts()