Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dstm32-usart.c142 static void stm32_clr_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_clr_bits() function
262 stm32_clr_bits(port, USART_CR3, USART_CR3_RTSE); in stm32_set_mctrl()
274 stm32_clr_bits(port, USART_CR1, USART_CR1_TXEIE); in stm32_stop_tx()
294 stm32_clr_bits(port, USART_CR1, USART_CR1_RXNEIE); in stm32_throttle()
311 stm32_clr_bits(port, USART_CR1, USART_CR1_RXNEIE); in stm32_stop_rx()
400 stm32_clr_bits(port, USART_CR1, USART_CR1_OVER8); in stm32_set_termios()
480 stm32_clr_bits(port, USART_CR1, USART_CR1_UE); in stm32_pm()