Lines Matching +full:loss +full:- +full:of +full:- +full:signal
1 /* SPDX-License-Identifier: GPL-2.0-only */
7 * Copyright (c) 1997-2000 LAN Media Corporation (LMC)
11 * Andrew Stanley-Jones (asj@cban.com)
14 * Matt Thomas (matt@3am-software.com).
30 #define LMC_CARDTYPE_UNKNOWN -1
126 /* Note: 2 pairs of LEDs where swapped by mistake
136 #define LMC_FRAMER_REG0_DLOS 0x80 /* digital loss of service */
137 #define LMC_FRAMER_REG0_OOFS 0x40 /* out of frame sync */
138 #define LMC_FRAMER_REG0_AIS 0x20 /* alarm indication signal */
140 #define LMC_FRAMER_REG0_LOC 0x08 /* loss of clock */
143 * Framer register 9 contains the blue alarm signal
161 #define LMC_MII16_SSI_CRC 0x1000 /* CRC select - RW */
173 * Some of the MII16 bits are mirrored in the MII17 register as well,
185 #define LMC_MII16_T1_RST 0x0008 /* T1 chip reset - RW */
186 #define LMC_MII16_T1_Z 0x0010 /* output impedance T1=1, E1=0 output - RW */
187 #define LMC_MII16_T1_INTR 0x0020 /* interrupt from 8370 - RO */
188 #define LMC_MII16_T1_ONESEC 0x0040 /* one second square wave - ro */
196 #define LMC_MII16_T1_CRC 0x1000 /* CRC select - RW */
211 #define T1FRAMER_LOF_MASK (0x0f0) /* receive loss of frame */
212 #define T1FRAMER_COFA_MASK (0x0c0) /* change of frame alignment */
220 #define T1F_RLOF 0x02 /* receive loss of frame alignment */
221 #define T1F_RLOS 0x04 /* receive loss of signal */
222 #define T1F_RALOS 0x08 /* receive analog loss of signal or RCKI loss of clock */
223 #define T1F_RAIS 0x10 /* receive alarm indication signal */
250 /* ------------------ end T1 defs ------------------- */