Searched refs:stm32_usart_clr_bits (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/tty/serial/ |
D | stm32-usart.c | 129 static void stm32_usart_clr_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_usart_clr_bits() function 231 stm32_usart_clr_bits(port, ofs->cr1, BIT(cfg->uart_enable_bit)); in stm32_usart_config_rs485() 262 stm32_usart_clr_bits(port, ofs->cr3, in stm32_usart_config_rs485() 264 stm32_usart_clr_bits(port, ofs->cr1, in stm32_usart_config_rs485() 513 stm32_usart_clr_bits(port, ofs->cr3, USART_CR3_DMAR); in stm32_usart_receive_chars() 682 stm32_usart_clr_bits(port, ofs->cr3, USART_CR3_TXFTIE); in stm32_usart_tx_interrupt_disable() 684 stm32_usart_clr_bits(port, ofs->cr1, USART_CR1_TXEIE); in stm32_usart_tx_interrupt_disable() 692 stm32_usart_clr_bits(port, ofs->cr1, USART_CR1_TCIE); in stm32_usart_tc_interrupt_disable() 823 stm32_usart_clr_bits(port, ofs->isr, USART_SR_TC); in stm32_usart_transmit_chars() 874 stm32_usart_clr_bits(port, ofs->cr3, USART_CR3_WUFIE); in stm32_usart_interrupt() [all …]
|