Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dmsm_serial.h35 #define UART_MR2_STOP_BIT_LEN_TWO (0x3 << 2) macro
Dmsm_serial.c1079 mr &= ~(UART_MR2_STOP_BIT_LEN_ONE | UART_MR2_STOP_BIT_LEN_TWO); in msm_set_termios()
1081 mr |= UART_MR2_STOP_BIT_LEN_TWO; in msm_set_termios()