Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dstm32-usart.h206 #define USART_CR3_DEM BIT(14) /* F7 */ macro
Dstm32-usart.c72 *cr3 |= USART_CR3_DEM; in stm32_config_reg_rs485()
144 stm32_clr_bits(port, ofs->cr3, USART_CR3_DEM | USART_CR3_DEP); in stm32_config_rs485()
718 cr3 &= ~(USART_CR3_DEM | USART_CR3_DEP); in stm32_set_termios()