Searched refs:UART_LCR_STOP (Results 1 – 6 of 6) sorted by relevance
71 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
115 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
368 lcr |= UART_LCR_STOP; in sunplus_set_termios()
1337 lcr |= UART_LCR_STOP; in tegra_uart_set_termios()1339 lcr &= ~UART_LCR_STOP; in tegra_uart_set_termios()
255 cval |= UART_LCR_STOP; in sdio_uart_change_speed()
373 cval |= UART_LCR_STOP; in omap_8250_set_termios_atomic()