Searched refs:alm1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c1623 u_int8_t alm1 = read_framer(Bt8370_ALM1);
1658 ((talm & TALM_AUTO_AIS) && (alm1 & ALM1_RLOS))) ? yes : no);
1659 printf("Rx AIS: \t\t%s\n", (alm1 & ALM1_RAIS) ? yes : no);
1664 printf("Rx RAI: \t\t%s\n", (alm1 & ALM1_RYEL) ? yes : no);
1668 printf("Tx BOP RAI: \t\t%s\n", (alm1 & ALM1_RLOF) ? yes : no);
1669 printf("Rx BOP RAI: \t\t%s\n", (alm1 & ALM1_RMYEL) ? yes : no);
1677 printf("Rx LOS analog: \t\t%s\n", (alm1 & ALM1_RALOS) ? yes : no);
1678 printf("Rx LOS digital:\t\t%s\n", (alm1 & ALM1_RLOS) ? yes : no);
1679 printf("Rx LOF: \t\t%s\n", (alm1 & ALM1_RLOF) ? yes : no);
1622 u_int8_t alm1 = read_framer(Bt8370_ALM1); local
/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c2057 u_int8_t alm1, alm3, loop, isr0; local
2062 alm1 = read_framer(sc, Bt8370_ALM1);
2068 alm1 &= ~ALM1_SIGFRZ;
2070 alm1 &= ~ALM1_RYEL;
2072 alm1 &= ALM1_RLOS;
2078 if ((alm1 & ALM1_RAIS)!=0) /* receiving ais */
2080 else if ((alm1 & ALM1_RLOS)!=0) /* sending ais */
2086 if ((alm1 & (ALM1_RMYEL | ALM1_RYEL))!=0) /* receiving rai */
2088 else if ((alm1 & ALM1_RLOF)!=0) /* sending rai */
2096 if (alm1 !
[all...]

Completed in 114 milliseconds