Lines Matching +full:auto +full:- +full:flow +full:- +full:control
1 /* SPDX-License-Identifier: GPL-1.0+ WITH Linux-syscall-note */
48 #define UART_FCR 2 /* Out: FIFO Control Register */
98 #define UART_LCR 3 /* Out: Line Control Register */
104 #define UART_LCR_SBC 0x40 /* Set break control */
121 #define UART_MCR 4 /* Out: Modem Control Register */
125 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */
135 #define UART_LSR_THRE 0x20 /* Transmit-hold-register empty */
168 #define UART_EFR_CTS 0x80 /* CTS flow control */
169 #define UART_EFR_RTS 0x40 /* RTS flow control */
171 #define UART_EFR_ECB 0x10 /* Enhanced control bit */
173 * the low four bits control software flow control
187 #define UART_TI752_TCR 6 /* I/O: transmission control register */
209 #define UART_FCTR 1 /* Feature Control Register */
210 #define UART_FCTR_RTS_NODELAY 0x00 /* RTS flow control delay */
232 * The Intel XScale on-chip UARTs define these bits
252 #define UART_ICR 0x05 /* Index Control Register */
255 #define UART_ACR 0x00 /* Additional Control Register */
261 #define UART_FCL 0x06 /* Flow Control Level Lower */
262 #define UART_FCH 0x07 /* Flow Control Level Higher */
268 #define UART_NMR 0x0D /* Nine-bit Mode Register */
272 * The 16C950 Additional Control Register
276 #define UART_ACR_DSRFC 0x04 /* DSR Flow Control */
284 * These definitions are for the RSA-DV II/S card, from
286 * Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
289 #define UART_RSA_BASE (-8)
295 #define UART_RSA_MSR_FLOW (1 << 3) /* Enable the auto RTS/CTS flow control */
321 #define UART_RSA_TCR ((UART_RSA_BASE) + 4) /* OUT: Timer Control Register */
336 #define UART_DA830_PWREMU_MGMT_FREE (1 << 0) /* Free-running mode */
349 #define UART_OMAP_SCR 0x10 /* Supplementary control register */
356 #define UART_OMAP_WER 0x17 /* Wake-up enable register */
364 #define UART_OMAP_MDR1_16X_ABAUD_MODE 0x02 /* UART 16x auto-baud */