Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dimx.c126 #define UCR4_TCEN (1<<3) /* Transmit complete interrupt enable */ macro
382 temp &= ~UCR4_TCEN; in imx_stop_tx()
588 temp |= UCR4_TCEN; in imx_start_tx()
759 readl(sport->port.membase + UCR4) & UCR4_TCEN)) in imx_int()