Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dimx.c104 #define UCR2_SRST (1<<0) /* SW reset */ macro
1129 temp &= ~UCR2_SRST; in imx_startup()
1132 while (!(readl(sport->port.membase + UCR2) & UCR2_SRST) && (--i > 0)) in imx_startup()
1258 temp &= ~UCR2_SRST; in imx_flush_buffer()
1261 while (!(readl(sport->port.membase + UCR2) & UCR2_SRST) && (--i > 0)) in imx_flush_buffer()
1293 ucr2 = UCR2_WS | UCR2_SRST | UCR2_IRTS; in imx_set_termios()
1295 ucr2 = UCR2_SRST | UCR2_IRTS; in imx_set_termios()