Searched refs:UART_LCR_STOP (Results 1 – 15 of 15) sorted by relevance
70 cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; in avr_uart_configure()
108 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
221 lcr |= UART_LCR_STOP; in ark3116_set_termios()
569 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
973 new_lcr |= UART_LCR_STOP; in f81534_set_termios()
1592 lStop = UART_LCR_STOP; in change_port_settings()
1324 lcr |= UART_LCR_STOP; in tegra_uart_set_termios()1327 lcr &= ~UART_LCR_STOP; in tegra_uart_set_termios()
527 lcr |= UART_LCR_STOP; in siu_set_termios()
454 cval |= UART_LCR_STOP; in serial_pxa_set_termios()
864 cval |= UART_LCR_STOP; in serial_omap_set_termios()
740 lcr |= UART_LCR_STOP; in cls_param()
1007 lcr |= UART_LCR_STOP; in neo_param()
270 cval |= UART_LCR_STOP; in sdio_uart_change_speed()
358 cval |= UART_LCR_STOP; in omap_8250_set_termios()
2482 cval |= UART_LCR_STOP; in serial8250_compute_lcr()