Home
last modified time | relevance | path

Searched refs:STAT16_XERR (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/lmc/
HDif_lmc.h389 #define STAT16_XERR 0x01 /* X-bit Error */ macro
HDif_lmc.c1039 if ((stat16 & STAT16_XERR) != 0) /* receiving rai */ in t3_watchdog()
1070 (stat16 & STAT16_XERR) ? on : off); in t3_watchdog()
1222 if (stat16 & STAT16_XERR) sc->status.snmp.t3.line |= TLINE_RX_RAI; in t3_watchdog()
/NextBSD/usr.sbin/lmcconfig/
HDlmcconfig.c1276 printf("Receive RAI \t\t%s\n", stat16 & STAT16_XERR ? yes : no); in print_t3_dsu()