USART_CR3_DEP     133 drivers/tty/serial/stm32-usart.c 			cr3 &= ~USART_CR3_DEP;
USART_CR3_DEP     136 drivers/tty/serial/stm32-usart.c 			cr3 |= USART_CR3_DEP;
USART_CR3_DEP     143 drivers/tty/serial/stm32-usart.c 		stm32_clr_bits(port, ofs->cr3, USART_CR3_DEM | USART_CR3_DEP);
USART_CR3_DEP     827 drivers/tty/serial/stm32-usart.c 			cr3 &= ~USART_CR3_DEP;
USART_CR3_DEP     830 drivers/tty/serial/stm32-usart.c 			cr3 |= USART_CR3_DEP;
USART_CR3_DEP     835 drivers/tty/serial/stm32-usart.c 		cr3 &= ~(USART_CR3_DEM | USART_CR3_DEP);