Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dimx.c118 #define UCR4_TCEN (1<<3) /* Transmit complete interrupt enable */ macro
428 if ((!(usr2 & USR2_TXDC)) && (ucr4 & UCR4_TCEN)) { in imx_uart_stop_tx()
433 ucr4 &= ~UCR4_TCEN; in imx_uart_stop_tx()
609 ucr4 |= UCR4_TCEN; in imx_uart_dma_tx_callback()
631 ucr4 &= ~UCR4_TCEN; in imx_uart_dma_tx()
725 ucr4 |= UCR4_TCEN; in imx_uart_start_tx()
1010 if ((ucr4 & UCR4_TCEN) == 0) in imx_uart_int()
1635 ucr4 &= ~UCR4_TCEN; in imx_uart_shutdown()