Searched refs:USART_CR2_STOP_2B (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/tty/serial/ | ||
H A D | stm32-usart.h | 110 #define USART_CR2_STOP_2B BIT(13) macro |
H A D | stm32-usart.c | 1203 cr2 |= USART_CR2_STOP_2B; in stm32_usart_set_termios() |