Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dimx.c121 #define UCR4_TCEN (1<<3) /* Transmit complete interrupt enable */ macro
457 ucr4 &= ~UCR4_TCEN; in imx_uart_stop_tx()
579 ucr4 |= UCR4_TCEN; in imx_uart_dma_tx_callback()
601 ucr4 &= ~UCR4_TCEN; in imx_uart_dma_tx()
675 ucr4 |= UCR4_TCEN; in imx_uart_start_tx()
879 if ((ucr4 & UCR4_TCEN) == 0) in imx_uart_int()