Lines Matching +full:stop +full:- +full:mode
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
126 #define COR1_ParMMASK 0x60 /* Parity Mode mask */
131 #define COR1_StopMASK 0x0C /* Stop Bits mode mask */
132 #define COR1_1SB 0x00 /* 1 Stop Bit */
133 #define COR1_15SB 0x04 /* 1.5 Stop Bits */
134 #define COR1_2SB 0x08 /* 2 Stop Bits */
142 #define COR2_IXM 0x80 /* Implied XON mode */
143 #define COR2_TxIBE 0x40 /* Enable In-Band XON/XOFF Flow Control */
145 #define COR2_LLM 0x10 /* Local Loopback Mode */
146 #define COR2_RLM 0x08 /* Remote Loopback Mode */
154 #define COR3_FCT 0x20 /* Flow-Control Transparency Mode */
156 #define COR3_RxTHMASK 0x0F /* RX FIFO Threshold value (1-8) */
167 #define MCOR1_DSRzd 0x80 /* Detect 0->1 transition of DSR */
168 #define MCOR1_CDzd 0x40 /* Detect 0->1 transition of CD */
169 #define MCOR1_CTSzd 0x20 /* Detect 0->1 transition of CTS */
170 #define MCOR1_DTRthMASK 0x0F /* Automatic DTR FC Threshold (1-8) chars */
173 #define MCOR2_DSRod 0x80 /* Detect 1->0 transition of DSR */
174 #define MCOR2_CDod 0x40 /* Detect 1->0 transition of CD */
175 #define MCOR2_CTSod 0x20 /* Detect 1->0 transition of CTS */
193 #define CD180_C_EBRK 0x83 /* Stop sending BREAK */