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

/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.h582 #define ALM1_RYEL 0x40 /* Rx Yellow alarm indication */
581 #define ALM1_RYEL macro
H A Dif_lmc.c1892 alm1 &= ~ALM1_RYEL;
1908 if ((alm1 & (ALM1_RMYEL | ALM1_RYEL))!=0) /* receiving rai */
1938 (alm1 & ALM1_RYEL) ? on : off,
2110 if (alm1 & ALM1_RYEL) sc->status.snmp.t1.line |= TLINE_RX_RAI;
/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c1664 printf("Rx RAI: \t\t%s\n", (alm1 & ALM1_RYEL) ? yes : no);

Completed in 190 milliseconds