Home
last modified time | relevance | path

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

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