Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dmsm_serial.c46 #define UART_MR2_STOP_BIT_LEN_ONE (0x1 << 2) macro
1303 mr &= ~(UART_MR2_STOP_BIT_LEN_ONE | UART_MR2_STOP_BIT_LEN_TWO); in msm_set_termios()
1307 mr |= UART_MR2_STOP_BIT_LEN_ONE; in msm_set_termios()