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

/linux-master/include/linux/
H A Dserial_bcm63xx.h16 #define UART_CTL_STOPBITS_MASK (0xf << UART_CTL_STOPBITS_SHIFT) macro
/linux-master/drivers/tty/serial/
H A Dbcm63xx_uart.c501 ctl &= ~UART_CTL_STOPBITS_MASK;

Completed in 116 milliseconds