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

/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c1595 write_framer(sc, Bt8370_LOOP, LOOP_LINE);
1983 write_framer(sc, Bt8370_LOOP, LOOP_LINE);
1992 read_framer(sc, Bt8370_LOOP) & ~LOOP_LINE);
2057 write_framer(sc, Bt8370_LOOP, LOOP_LINE); /* Loop up */
2066 read_framer(sc, Bt8370_LOOP) & ~LOOP_LINE); /* loop down */
2094 write_framer(sc, Bt8370_LOOP, loop & ~(LOOP_PAYLOAD | LOOP_LINE));
2128 if (loop & LOOP_LINE) sc->status.snmp.t1.loop |= TLOOP_NEAR_LINE;
2245 new_loop = LOOP_LINE;
H A Dif_lmc.h572 #define LOOP_LINE 0x04 /* outward loop thru LIU */
571 #define LOOP_LINE macro
/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c1653 printf("Line loop: \t\t%s\n", (loop & LOOP_LINE) ? yes : no);

Completed in 132 milliseconds