Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dimx.c90 #define UCR1_RTSDEN (1<<5) /* RTS delta interrupt enable */ macro
753 temp |= UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN; in imx_startup()
757 temp &= ~(UCR1_RTSDEN); in imx_startup()
868 temp &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN); in imx_shutdown()
970 writel(old_ucr1 & ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN), in imx_set_termios()
1235 ucr1 &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN); in imx_console_write()