Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dstm32-usart.c310 if (stm32_port->fifoen) in stm32_usart_tx_interrupt_enable()
321 if (stm32_port->fifoen) in stm32_usart_tx_interrupt_disable()
694 if (stm32_port->fifoen) in stm32_usart_shutdown()
784 if (stm32_port->fifoen) in stm32_usart_set_termios()
791 if (stm32_port->fifoen) { in stm32_usart_set_termios()
833 stm32_port->fifoen)) { in stm32_usart_set_termios()
1050 stm32port->fifoen = stm32port->info->cfg.has_fifo; in stm32_usart_init_port()
H A Dstm32-usart.h271 bool fifoen; member