Searched refs:alm1 (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/lmc/ |
| HD | if_lmc.c | 1875 u_int8_t alm1, alm3, loop, isr0; in t1_watchdog() local 1880 alm1 = read_framer(sc, Bt8370_ALM1); in t1_watchdog() 1886 alm1 &= ~ALM1_SIGFRZ; in t1_watchdog() 1888 alm1 &= ~ALM1_RYEL; in t1_watchdog() 1890 alm1 &= ALM1_RLOS; in t1_watchdog() 1896 if ((alm1 & ALM1_RAIS)!=0) /* receiving ais */ in t1_watchdog() 1898 else if ((alm1 & ALM1_RLOS)!=0) /* sending ais */ in t1_watchdog() 1904 if ((alm1 & (ALM1_RMYEL | ALM1_RYEL))!=0) /* receiving rai */ in t1_watchdog() 1906 else if ((alm1 & ALM1_RLOF)!=0) /* sending rai */ in t1_watchdog() 1914 if (alm1 != 0) link_status = STATUS_DOWN; in t1_watchdog() [all …]
|
| /NextBSD/usr.sbin/lmcconfig/ |
| HD | lmcconfig.c | 1622 u_int8_t alm1 = read_framer(Bt8370_ALM1); in print_t1_dsu() local 1657 ((talm & TALM_AUTO_AIS) && (alm1 & ALM1_RLOS))) ? yes : no); in print_t1_dsu() 1658 printf("Rx AIS: \t\t%s\n", (alm1 & ALM1_RAIS) ? yes : no); in print_t1_dsu() 1663 printf("Rx RAI: \t\t%s\n", (alm1 & ALM1_RYEL) ? yes : no); in print_t1_dsu() 1667 printf("Tx BOP RAI: \t\t%s\n", (alm1 & ALM1_RLOF) ? yes : no); in print_t1_dsu() 1668 printf("Rx BOP RAI: \t\t%s\n", (alm1 & ALM1_RMYEL) ? yes : no); in print_t1_dsu() 1676 printf("Rx LOS analog: \t\t%s\n", (alm1 & ALM1_RALOS) ? yes : no); in print_t1_dsu() 1677 printf("Rx LOS digital:\t\t%s\n", (alm1 & ALM1_RLOS) ? yes : no); in print_t1_dsu() 1678 printf("Rx LOF: \t\t%s\n", (alm1 & ALM1_RLOF) ? yes : no); in print_t1_dsu()
|