Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dimx.c223 unsigned int ucr2; member
294 ucr->ucr2 = readl(port->membase + UCR2); in imx_port_ucrs_save()
303 writel(ucr->ucr2, port->membase + UCR2); in imx_port_ucrs_restore()
1276 unsigned int ucr2, old_ucr1, old_txrxen, baud, quot; in imx_set_termios() local
1293 ucr2 = UCR2_WS | UCR2_SRST | UCR2_IRTS; in imx_set_termios()
1295 ucr2 = UCR2_SRST | UCR2_IRTS; in imx_set_termios()
1299 ucr2 &= ~UCR2_IRTS; in imx_set_termios()
1309 ucr2 |= UCR2_CTS; in imx_set_termios()
1311 ucr2 |= UCR2_CTSC; in imx_set_termios()
1324 ucr2 |= UCR2_CTS; in imx_set_termios()
[all …]