Home
last modified time | relevance | path

Searched refs:UART_MR2_STOP_BIT_LEN_ONE (Results 1 – 2 of 2) sorted by relevance

/drivers/tty/serial/
Dmsm_serial.h33 #define UART_MR2_STOP_BIT_LEN_ONE (0x1 << 2) macro
Dmsm_serial.c539 mr &= ~(UART_MR2_STOP_BIT_LEN_ONE | UART_MR2_STOP_BIT_LEN_TWO); in msm_set_termios()
543 mr |= UART_MR2_STOP_BIT_LEN_ONE; in msm_set_termios()
815 msm_write(port, UART_MR2_BITS_PER_CHAR_8 | UART_MR2_STOP_BIT_LEN_ONE, in msm_console_setup()