Symbol: stm32_usart_clr_bits
drivers/tty/serial/stm32-usart.c
1000
stm32_usart_clr_bits(port, ofs->cr1, stm32_port->cr1_irq);
drivers/tty/serial/stm32-usart.c
1002
stm32_usart_clr_bits(port, ofs->cr3, stm32_port->cr3_irq);
drivers/tty/serial/stm32-usart.c
1041
stm32_usart_clr_bits(port, ofs->cr1, stm32_port->cr1_irq);
drivers/tty/serial/stm32-usart.c
1043
stm32_usart_clr_bits(port, ofs->cr3, stm32_port->cr3_irq);
drivers/tty/serial/stm32-usart.c
1057
stm32_usart_clr_bits(port, ofs->rqr, USART_RQR_SBKRQ);
drivers/tty/serial/stm32-usart.c
1114
stm32_usart_clr_bits(port, ofs->cr3, USART_CR3_DMAT);
drivers/tty/serial/stm32-usart.c
1144
stm32_usart_clr_bits(port, ofs->cr1, val);
drivers/tty/serial/stm32-usart.c
1290
stm32_usart_clr_bits(port, ofs->cr1, USART_CR1_OVER8);
drivers/tty/serial/stm32-usart.c
1436
stm32_usart_clr_bits(port, ofs->cr1, BIT(cfg->uart_enable_bit));
drivers/tty/serial/stm32-usart.c
1881
stm32_usart_clr_bits(port, ofs->cr1, USART_CR1_PEIE);
drivers/tty/serial/stm32-usart.c
2108
stm32_usart_clr_bits(port, ofs->cr1, USART_CR1_UESM);
drivers/tty/serial/stm32-usart.c
2109
stm32_usart_clr_bits(port, ofs->cr3, USART_CR3_WUFIE);
drivers/tty/serial/stm32-usart.c
231
stm32_usart_clr_bits(port, ofs->cr1, BIT(cfg->uart_enable_bit));
drivers/tty/serial/stm32-usart.c
262
stm32_usart_clr_bits(port, ofs->cr3,
drivers/tty/serial/stm32-usart.c
264
stm32_usart_clr_bits(port, ofs->cr1,
drivers/tty/serial/stm32-usart.c
513
stm32_usart_clr_bits(port, ofs->cr3, USART_CR3_DMAR);
drivers/tty/serial/stm32-usart.c
682
stm32_usart_clr_bits(port, ofs->cr3, USART_CR3_TXFTIE);
drivers/tty/serial/stm32-usart.c
684
stm32_usart_clr_bits(port, ofs->cr1, USART_CR1_TXEIE);
drivers/tty/serial/stm32-usart.c
692
stm32_usart_clr_bits(port, ofs->cr1, USART_CR1_TCIE);
drivers/tty/serial/stm32-usart.c
823
stm32_usart_clr_bits(port, ofs->isr, USART_SR_TC);
drivers/tty/serial/stm32-usart.c
874
stm32_usart_clr_bits(port, ofs->cr3, USART_CR3_WUFIE);
drivers/tty/serial/stm32-usart.c
924
stm32_usart_clr_bits(port, ofs->cr3, USART_CR3_RTSE);