Lines Matching +full:clock +full:- +full:error +full:- +full:detect
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * cyclades cyclom-y serial driver
84 #define CD1400_RDSR_PE (1<<2) /* rx parity error */
85 #define CD1400_RDSR_FE (1<<1) /* rx framing error */
86 #define CD1400_RDSR_OE (1<<0) /* rx overrun error */
108 #define CD1400_CCR_SC (7<<0) /* special char 1-4 */
135 #define CD1400_COR2_IXOFF (1<<6) /* in-band tx flow control */
147 #define CD1400_COR3_SCDRNG (1<<7) /* special char detect range */
148 #define CD1400_COR3_SCD34 (1<<6) /* special char detect 3-4 */
150 #define CD1400_COR3_SCD12 (1<<4) /* special char detect 1-2 */
166 #define CD1400_COR5_CMOE (1<<5) /* char matching on error */
180 #define CD1400_MCOR1_DSRzd (1<<7) /* DSR one-to-zero delta */
186 #define CD1400_MCOR2_DSRod (1<<7) /* DSR zero-to-one delta */
201 #define CD1400_RCOR 0x7C /* receive clock option */
203 #define CD1400_TCOR 0x76 /* transmit clock option */