Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
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()
1124 if (stm32_port->fifoen) in stm32_usart_shutdown()
1195 if (stm32_port->fifoen) in stm32_usart_set_termios()
1202 if (stm32_port->fifoen) { in stm32_usart_set_termios()
1245 (stm32_port->fifoen && in stm32_usart_set_termios()
1617 stm32port->fifoen = stm32port->info->cfg.has_fifo; in stm32_usart_init_port()
1618 if (stm32port->fifoen) { in stm32_usart_init_port()
H A Dstm32-usart.h216 bool fifoen; member