Searched refs:USART_CR1 (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/tty/serial/ |
| D | stm32-usart.c | 36 #define USART_CR1 0x0c macro 274 stm32_clr_bits(port, USART_CR1, USART_CR1_TXEIE); in stm32_stop_tx() 285 stm32_set_bits(port, USART_CR1, USART_CR1_TXEIE | USART_CR1_TE); in stm32_start_tx() 294 stm32_clr_bits(port, USART_CR1, USART_CR1_RXNEIE); in stm32_throttle() 304 stm32_set_bits(port, USART_CR1, USART_CR1_RXNEIE); in stm32_unthrottle() 311 stm32_clr_bits(port, USART_CR1, USART_CR1_RXNEIE); in stm32_stop_rx() 330 stm32_set_bits(port, USART_CR1, val); in stm32_startup() 340 stm32_set_bits(port, USART_CR1, val); in stm32_shutdown() 363 writel_relaxed(0, port->membase + USART_CR1); in stm32_set_termios() 397 stm32_set_bits(port, USART_CR1, USART_CR1_OVER8); in stm32_set_termios() [all …]
|