HomeSort by: relevance | last modified time | path
    Searched refs:ECR_MCOLN_MASK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
smc91cxxreg.h 163 #define ECR_MCOLN_MASK 0x00f0 /* Multiple collisions */
smc91cxx.c 1003 if ((card_stats & ECR_MCOLN_MASK) >> 4)
1005 (card_stats & ECR_MCOLN_MASK) >> 4);

Completed in 15 milliseconds