Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dstm32-usart.h218 int txftcfg; /* TX FIFO threshold CFG */ member
H A Dstm32-usart.c662 if (stm32_port->fifoen && stm32_port->txftcfg >= 0) in stm32_usart_tx_interrupt_enable()
681 if (stm32_port->fifoen && stm32_port->txftcfg >= 0) in stm32_usart_tx_interrupt_disable()
1201 if (stm32_port->txftcfg >= 0) in stm32_usart_set_termios()
1202 cr3 |= stm32_port->txftcfg << USART_CR3_TXFTCFG_SHIFT; in stm32_usart_set_termios()
1619 &stm32port->txftcfg); in stm32_usart_init_port()