Searched refs:ALM1_RAIS (Results 1 – 3 of 3) sorted by relevance
580 #define ALM1_RAIS 0x10 /* Rx Alarm Indication Signal */ macro
1896 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()
1658 printf("Rx AIS: \t\t%s\n", (alm1 & ALM1_RAIS) ? yes : no); in print_t1_dsu()