Lines Matching +full:no +full:- +full:sync +full:- +full:mode

1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
47 #define WR_IDT 1 /* Interrupt and Data Transfer Mode. */
52 #define WR_SCAF 6 /* Sync Character or (SDLC) Address Field. */
53 #define WR_SCF 7 /* Sync Character or (SDCL) Flag. */
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 :-). */
86 #define BES_SYNC 0x10 /* Sync. */
92 /* Clock Mode Control (WR11). */
93 #define CMC_XTAL 0x80 /* -RTxC connects to quartz crystal. */
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. */
132 #define IC_SYNC 0x10 /* Sync IE. */
138 /* Interrupt and Data Transfer Mode (WR1). */
176 #define MCB1_LM 0x02 /* Loop Mode. */
177 #define MCB1_SIX 0x01 /* 6 or 12 bit SYNC. */
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. */
201 #define MIC_NV 0x02 /* No Vector. */
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. */
229 #define RPC_LI 0x02 /* SYNC Character Load Inhibit */