Home
last modified time | relevance | path

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

/NextBSD/sys/dev/lmc/
HDif_lmc.h580 #define ALM1_RAIS 0x10 /* Rx Alarm Indication Signal */ macro
HDif_lmc.c1896 if ((alm1 & ALM1_RAIS)!=0) /* receiving ais */ in t1_watchdog()
1933 (alm1 & ALM1_RAIS) ? on : off, in t1_watchdog()
2108 if (alm1 & ALM1_RAIS) sc->status.snmp.t1.line |= TLINE_RX_AIS; in t1_watchdog()
/NextBSD/usr.sbin/lmcconfig/
HDlmcconfig.c1658 printf("Rx AIS: \t\t%s\n", (alm1 & ALM1_RAIS) ? yes : no); in print_t1_dsu()