Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dstm32-usart.h237 #define USART_RQR_RXFRQ BIT(3) /* F7 */ macro
Dstm32-usart.c642 stm32_set_bits(port, ofs->rqr, USART_RQR_RXFRQ); in stm32_startup()
747 USART_RQR_TXFRQ | USART_RQR_RXFRQ); in stm32_set_termios()