Home
last modified time | relevance | path

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

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