Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dstm32-usart.c134 cr3 &= ~USART_CR3_DEP; in stm32_config_rs485()
137 cr3 |= USART_CR3_DEP; in stm32_config_rs485()
144 stm32_clr_bits(port, ofs->cr3, USART_CR3_DEM | USART_CR3_DEP); in stm32_config_rs485()
710 cr3 &= ~USART_CR3_DEP; in stm32_set_termios()
713 cr3 |= USART_CR3_DEP; in stm32_set_termios()
718 cr3 &= ~(USART_CR3_DEM | USART_CR3_DEP); in stm32_set_termios()
Dstm32-usart.h207 #define USART_CR3_DEP BIT(15) /* F7 */ macro