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

  /src/sys/dev/ic/
i82595reg.h 143 #define TPE_BIT 0x04
  /src/sys/dev/isa/
if_iy.c 509 temp &= ~ (BNC_BIT | TPE_BIT);
513 temp = (temp & ~TPE_BIT) | BNC_BIT;
517 temp = (temp & ~BNC_BIT) | TPE_BIT;
523 switch (temp & (BNC_BIT | TPE_BIT)) {
527 case TPE_BIT:

Completed in 34 milliseconds