Searched refs:UCR4_TCEN (Results 1 – 3 of 3) sorted by relevance
118 #define UCR4_TCEN (1<<3) /* Transmit complete interrupt enable */ macro471 ucr4 &= ~UCR4_TCEN; in imx_uart_stop_tx()625 ucr4 |= UCR4_TCEN; in imx_uart_dma_tx_callback()647 ucr4 &= ~UCR4_TCEN; in imx_uart_dma_tx()738 ucr4 |= UCR4_TCEN; in imx_uart_start_tx()976 if ((ucr4 & UCR4_TCEN) == 0) in imx_uart_int()1580 ucr4 &= ~UCR4_TCEN; in imx_uart_shutdown()
72 #define UCR4_TCEN (1<<3) /* Transmit complete interrupt enable */ macro
574 #define UCR4_TCEN (1<<3) /* Transmit complete interrupt enable */ macro