Searched refs:UART_LCR_STOP (Results 1 – 19 of 19) 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
110 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
100 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
221 lcr |= UART_LCR_STOP; in ark3116_set_termios()
671 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
975 new_lcr |= UART_LCR_STOP; in f81534_set_termios()
1598 lStop = UART_LCR_STOP; in change_port_settings()
666 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 stop bit, 1= 2 stop bits */ macro
1335 lcr |= UART_LCR_STOP; in tegra_uart_set_termios()1338 lcr &= ~UART_LCR_STOP; in tegra_uart_set_termios()
450 cval |= UART_LCR_STOP; in serial_pxa_set_termios()
523 lcr |= UART_LCR_STOP; in siu_set_termios()
868 cval |= UART_LCR_STOP; in serial_omap_set_termios()
740 lcr |= UART_LCR_STOP; in cls_param()
1009 lcr |= UART_LCR_STOP; in neo_param()
270 cval |= UART_LCR_STOP; in sdio_uart_change_speed()
383 cval |= UART_LCR_STOP; in omap_8250_set_termios()
2626 cval |= UART_LCR_STOP; in serial8250_compute_lcr()