Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dimx.c75 #define UCR1_RTSDEN (1<<5) /* RTS delta interrupt enable */ macro
1024 if ((ucr1 & UCR1_RTSDEN) == 0) in imx_uart_int()
1518 ucr1 |= UCR1_RTSDEN; in imx_uart_startup()
1631 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_RXDMAEN | in imx_uart_shutdown()
1969 ucr1 &= ~(UCR1_TRDYEN | UCR1_RTSDEN | UCR1_RRDYEN); in imx_uart_poll_init()
2122 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN); in imx_uart_console_write_atomic()
2163 ucr1 &= ~(UCR1_TRDYEN | UCR1_RRDYEN | UCR1_RTSDEN); in imx_uart_console_write_thread()
2521 ucr1 &= ~(UCR1_ADEN | UCR1_TRDYEN | UCR1_IDEN | UCR1_RRDYEN | UCR1_RTSDEN); in imx_uart_probe()
2710 ucr1 |= UCR1_RTSDEN; in imx_uart_enable_wakeup()
2712 ucr1 &= ~UCR1_RTSDEN; in imx_uart_enable_wakeup()