Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dmsm_serial.c50 #define UART_MR2_STOP_BIT_LEN_ONE (0x1 << 2) macro
1278 mr &= ~(UART_MR2_STOP_BIT_LEN_ONE | UART_MR2_STOP_BIT_LEN_TWO); in msm_set_termios()
1282 mr |= UART_MR2_STOP_BIT_LEN_ONE; in msm_set_termios()