Lines Matching +full:reset +full:- +full:mode

1 /* SPDX-License-Identifier: GPL-2.0 */
24 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2)
50 #define RES_EXT_INT 0x10 /* Reset Ext. Status Interrupts */
52 #define RES_RxINT_FC 0x20 /* Reset RxINT on First Character */
53 #define RES_Tx_P 0x28 /* Reset TxINT Pending */
54 #define ERR_RES 0x30 /* Error Reset */
55 #define RES_H_IUS 0x38 /* Reset highest IUS */
57 #define RES_Rx_CRC 0x40 /* Reset Rx CRC Checker */
58 #define RES_Tx_CRC 0x80 /* Reset Tx CRC Checker */
59 #define RES_EOM_L 0xC0 /* Reset EOM latch */
83 #define ADD_SM 0x4 /* Address Search Mode (SDLC) */
85 #define ENT_HM 0x10 /* Enter Hunt Mode */
105 #define SDLC 0x20 /* SDLC Mode (01111110 Sync Flag) */
106 #define EXTSYNC 0x30 /* External Sync Mode */
108 #define X1CLK 0x0 /* x1 clock mode */
109 #define X16CLK 0x40 /* x16 clock mode */
110 #define X32CLK 0x80 /* x32 clock mode */
111 #define X64CLK 0xC0 /* x64 clock mode */
118 #define SDLC_CRC 0x4 /* SDLC/CRC-16 */
128 /* Write Register 6 (Sync bits 0-7/SDLC Address Field) */
130 /* Write Register 7 (Sync bits 8-15/SDLC 01111110) */
134 #define AUTO_EOM_RST 2 /* Automatic EOM Reset */
150 #define NORESET 0 /* No reset on write to R9 */
151 #define CHRB 0x40 /* Reset channel B */
152 #define CHRA 0x80 /* Reset channel A */
153 #define FHWRES 0xc0 /* Force hardware reset */
157 #define LOOPMODE 2 /* SDLC Loop mode */
161 #define NRZ 0 /* NRZ mode */
162 #define NRZI 0x20 /* NRZI mode */
167 /* Write Register 11 (Clock Mode control) */
193 #define SEARCH 0x20 /* Enter search mode */
194 #define RMC 0x40 /* Reset missing clock */
198 #define SFMM 0xc0 /* Set FM mode */
199 #define SNRZI 0xe0 /* Set NRZI mode */
239 /* Read Register 2 (channel b only) - Interrupt vector */
277 #define ZS_CLEARERR(channel) do { sbus_writeb(ERR_RES, &channel->control); \
280 #define ZS_CLEARSTAT(channel) do { sbus_writeb(RES_EXT_INT, &channel->control); \
283 #define ZS_CLEARFIFO(channel) do { sbus_readb(&channel->data); \
285 sbus_readb(&channel->data); \
287 sbus_readb(&channel->data); \