Searched refs:TLINE_RX_RAI (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c1252 printf(" RAI=%d", (status.snmp.t3.line & TLINE_RX_RAI) ? 1 : 0);
1603 printf(" RAI=%d",(status.snmp.t1.line & TLINE_RX_RAI) ? 1 : 0);
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.h697 #define TLINE_RX_RAI 0x0002 /* receiving RAI = Yellow alarm */
696 #define TLINE_RX_RAI macro
H A Dif_lmc.c1226 if (stat16 & STAT16_XERR) sc->status.snmp.t3.line |= TLINE_RX_RAI;
2109 if (alm1 & ALM1_RMYEL) sc->status.snmp.t1.line |= TLINE_RX_RAI;
2110 if (alm1 & ALM1_RYEL) sc->status.snmp.t1.line |= TLINE_RX_RAI;

Completed in 115 milliseconds