HomeSort by: relevance | last modified time | path
    Searched refs:MII_ANLPAR (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/dev/mii/
ukphy_subr.c 96 PHY_READ(phy, MII_ANLPAR, &anlpar);
gentbi.c 285 PHY_READ(sc, MII_ANLPAR, &anlpar);
nsphy.c 278 PHY_READ(sc, MII_ANLPAR, &anlpar);
rlphy.c 247 PHY_READ(sc, MII_ANLPAR, &anlpar);
mii.h 144 #define MII_ANLPAR 0x05 /* ANEG Link Partner Base Page abilities (rw)*/
tlphy.c 400 PHY_READ(sc, MII_ANLPAR, &anlpar);
mii_physubr.c 710 * Return the flow control status flag from MII_ANAR & MII_ANLPAR.
723 PHY_READ(sc, MII_ANLPAR, &anlpar);
brgphy.c 595 PHY_READ(sc, MII_ANLPAR, &anlpar);
  /src/sys/arch/sandpoint/stand/altboot/
sme.c 273 #define MII_ANLPAR 0x05 /* Autonegotiation lnk partner abilities (rw) */
317 l->anlpar = mii_read(l, l->phy, MII_ANLPAR);
nvt.c 391 #define MII_ANLPAR 0x05 /* Autonegotiation lnk partner abilities (rw) */
407 l->anlpar = mii_read(l, l->phy, MII_ANLPAR);
rge.c 357 #define MII_ANLPAR 0x05 /* Autonegotiation lnk partner abilities (rw) */
411 l->anlpar = mii_read(l, l->phy, MII_ANLPAR);
sip.c 353 #define MII_ANLPAR 0x05 /* Autonegotiation lnk partner abilities (rw) */
423 l->anlpar = mii_read(l, l->phy, MII_ANLPAR);
tlp.c 369 #define MII_ANLPAR 0x05 /* Autonegotiation lnk partner abilities (rw) */
421 l->anlpar = mii_read(l, l->phy, MII_ANLPAR);
wm.c 393 #define MII_ANLPAR 0x05 /* Autonegotiation lnk partner abilities (rw) */
455 l->anlpar = mii_read(l, l->phy, MII_ANLPAR);
skg.c 447 #define MII_ANLPAR 0x05 /* Autonegotiation lnk partner abilities (rw) */
499 l->anlpar = mii_read(l, l->phy, MII_ANLPAR);
stg.c 438 #define MII_ANLPAR 0x05 /* Autonegotiation lnk partner abilities (rw) */
495 l->anlpar = mii_read(l, l->phy, MII_ANLPAR);
vge.c 473 #define MII_ANLPAR 0x05 /* Autonegotiation lnk partner abilities (rw) */
499 l->anlpar = mii_read(l, l->phy, MII_ANLPAR);
pcn.c 396 l->anlpar = pcn_mii_read(l, l->phy, MII_ANLPAR);
  /src/sys/arch/evbarm/stand/boot2440/
dm9000.c 430 #define MII_ANLPAR 0x05 /* Autonegotiation lnk partner abilities (rw) */
446 l->anlpar = mii_read(l, l->phy, MII_ANLPAR);
  /src/sys/arch/arm/amlogic/
gxlphy.c 261 PHY_READ(sc, MII_ANLPAR, &lpa);
  /src/sys/dev/usb/
if_url.c 579 case MII_ANLPAR: /* Autonegotiation link partner abilities */
631 case MII_ANLPAR: /* Autonegotiation link partner abilities */
  /src/sys/dev/pci/cxgb/
cxgb_osdep.h 292 #define MII_LPA MII_ANLPAR
  /src/sys/arch/cobalt/stand/boot/
tlp.c 505 l->anlpar = tlp_mii_read(l, l->phy, MII_ANLPAR);
  /src/sys/dev/ic/
rtl81x9.c 437 case MII_ANLPAR:
488 case MII_ANLPAR:
rtl8169.c 326 case MII_ANLPAR:
395 case MII_ANLPAR:

Completed in 50 milliseconds

1 2