Searched refs:rxftcfg (Results 1 – 2 of 2) sorted by relevance
217 int rxftcfg; /* RX FIFO threshold CFG */ member
1203 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()