Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dimx.c92 #define UCR2_IRTS (1<<14) /* Ignore RTS pin */ macro
1155 temp |= UCR2_IRTS; in imx_startup()
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()