Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dimx.c118 #define UCR4_TCEN (1<<3) /* Transmit complete interrupt enable */ macro
471 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()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_mxc.c72 #define UCR4_TCEN (1<<3) /* Transmit complete interrupt enable */ macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h574 #define UCR4_TCEN (1<<3) /* Transmit complete interrupt enable */ macro