Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dstm32-usart.h217 int rxftcfg; /* RX FIFO threshold CFG */ member
H A Dstm32-usart.c1203 if (stm32_port->rxftcfg >= 0) in stm32_usart_set_termios()
1204 cr3 |= stm32_port->rxftcfg << USART_CR3_RXFTCFG_SHIFT; in stm32_usart_set_termios()
1244 stm32_port->rxftcfg >= 0))) { in stm32_usart_set_termios()
1617 stm32_usart_get_ftcfg(pdev, stm32port, "rx-threshold", &stm32port->rxftcfg); in stm32_usart_init_port()