HomeSort by: relevance | last modified time | path
    Searched defs:BMSR_ACOMP (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/evbarm/stand/boot2440/
dm9000.c 421 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
445 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
  /src/sys/arch/sandpoint/stand/altboot/
sip.c 344 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
422 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
sme.c 264 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
316 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
tlp.c 360 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
420 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
wm.c 384 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
454 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
nvt.c 382 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
406 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
rge.c 348 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
410 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
stg.c 429 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
494 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
skg.c 438 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
497 if ((bmsr & BMSR_LINK) && (bmsr & BMSR_ACOMP)) {
vge.c 464 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */
498 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
  /src/sys/dev/mii/
mii.h 80 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */

Completed in 19 milliseconds