Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dstm32-usart.c130 cr3 &= ~USART_CR3_DEP; in stm32_config_rs485()
133 cr3 |= USART_CR3_DEP; in stm32_config_rs485()
140 stm32_clr_bits(port, ofs->cr3, USART_CR3_DEM | USART_CR3_DEP); in stm32_config_rs485()
873 cr3 &= ~USART_CR3_DEP; in stm32_set_termios()
876 cr3 |= USART_CR3_DEP; in stm32_set_termios()
881 cr3 &= ~(USART_CR3_DEM | USART_CR3_DEP); in stm32_set_termios()
Dstm32-usart.h206 #define USART_CR3_DEP BIT(15) /* F7 */ macro