Lines Matching +full:rx +full:- +full:mode

1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
47 #define WR_IDT 1 /* Interrupt and Data Transfer Mode. */
57 #define WR_MCB1 10 /* Miscellaneous Control Bits (part 1 :-). */
58 #define WR_CMC 11 /* Clock Mode Control. */
61 #define WR_MCB2 14 /* Miscellaneous Control Bits (part 2 :-). */
90 #define BES_RXA 0x01 /* Rx Available. */
92 /* Clock Mode Control (WR11). */
93 #define CMC_XTAL 0x80 /* -RTxC connects to quartz crystal. */
94 #define CMC_RC_DPLL 0x60 /* Rx Clock from DPLL. */
95 #define CMC_RC_BRG 0x40 /* Rx Clock from BRG. */
96 #define CMC_RC_TRXC 0x20 /* Rx Clock from -TRxC. */
97 #define CMC_RC_RTXC 0x00 /* Rx Clock from -RTxC. */
100 #define CMC_TC_TRXC 0x08 /* Tx Clock from -TRxC. */
101 #define CMC_TC_RTXC 0x00 /* Tx Clock from -RTxC. */
102 #define CMC_TRXC_OUT 0x04 /* -TRxC is output. */
103 #define CMC_TRXC_DPLL 0x03 /* -TRxC from DPLL */
104 #define CMC_TRXC_BRG 0x02 /* -TRxC from BRG */
105 #define CMC_TRXC_XMIT 0x01 /* -TRxC from Tx clock. */
106 #define CMC_TRXC_XTAL 0x00 /* -TRxC from XTAL. */
111 #define CR_RSTRXCRC 0x40 /* Reset Rx. CRC. */
115 #define CR_ENARXI 0x20 /* Enable Rx. Int. */
138 /* Interrupt and Data Transfer Mode (WR1). */
142 #define IDT_RISC 0x18 /* Rx Int. on Special Condition Only. */
143 #define IDT_RIA 0x10 /* Rx Int. on All Characters. */
144 #define IDT_RIF 0x08 /* Rx Int. on First Character. */
150 #define IP_RIA 0x20 /* Rx. Int. ch. A. */
153 #define IP_RIB 0x04 /* Rx. Int. ch. B. */
176 #define MCB1_LM 0x02 /* Loop Mode. */
180 #define MCB2_NRZI 0xe0 /* DPLL - NRZI mode. */
181 #define MCB2_FM 0xc0 /* DPLL - FM mode. */
182 #define MCB2_RTXC 0xa0 /* DPLL - Clock from -RTxC. */
183 #define MCB2_BRG 0x80 /* DPLL - Clock from BRG. */
184 #define MCB2_OFF 0x60 /* DPLL - Disable. */
185 #define MCB2_RMC 0x40 /* DPLL - Reset Missing Clock. */
186 #define MCB2_ESM 0x20 /* DPLL - Enter Search Mode. */
205 #define MPM_CM64 0xc0 /* X64 Clock Mode. */
206 #define MPM_CM32 0x80 /* X32 Clock Mode. */
207 #define MPM_CM16 0x40 /* X16 Clock Mode. */
208 #define MPM_CM1 0x00 /* X1 Clock Mode. */
209 #define MPM_EXT 0x30 /* External Sync Mode. */
210 #define MPM_SDLC 0x20 /* SDLC mode. */
211 #define MPM_BI 0x10 /* 16-bit Sync (bi-sync). */
212 #define MPM_MONO 0x00 /* 8-bit Sync (mono-sync). */
213 #define MPM_SB2 0x0c /* Async mode: 2 stopbits. */
214 #define MPM_SB15 0x08 /* Async mode: 1.5 stopbits. */
215 #define MPM_SB1 0x04 /* Async mode: 1 stopbit. */
216 #define MPM_SYNC 0x00 /* Sync Mode Enable. */
217 #define MPM_EVEN 0x02 /* Async mode: even parity. */
218 #define MPM_PE 0x01 /* Async mode: parity enable. */
226 #define RPC_EHM 0x10 /* Enter Hunt Mode. */
228 #define RPC_ASM 0x04 /* Address Search Mode. */
235 #define SRC_OVR 0x20 /* Rx. Overrun. */