Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dmsm_serial.h34 #define UART_MR2_STOP_BIT_LEN_TWO (0x3 << 2) macro
Dmsm_serial.c539 mr &= ~(UART_MR2_STOP_BIT_LEN_ONE | UART_MR2_STOP_BIT_LEN_TWO); in msm_set_termios()
541 mr |= UART_MR2_STOP_BIT_LEN_TWO; in msm_set_termios()