Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dserial_bcm63xx.h15 #define UART_CTL_STOPBITS_MASK (0xf << UART_CTL_STOPBITS_SHIFT) macro
/linux-4.4.14/drivers/tty/serial/
Dbcm63xx_uart.c536 ctl &= ~UART_CTL_STOPBITS_MASK; in bcm_uart_set_termios()