Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dimx.c77 #define UCR1_RTSDEN (1<<5) /* RTS delta interrupt enable */ macro
888 if ((ucr1 & UCR1_RTSDEN) == 0) in imx_uart_int()
1364 ucr1 |= UCR1_RTSDEN; in imx_uart_startup()
1473 ucr1 &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN | UCR1_UARTEN | UCR1_RXDMAEN | UCR1_ATDMAEN); in imx_uart_shutdown()
1645 old_ucr1 & ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN), in imx_uart_set_termios()
1782 ucr1 &= ~(UCR1_TXMPTYEN | UCR1_RTSDEN | UCR1_RRDYEN); in imx_uart_poll_init()
1942 ucr1 &= ~(UCR1_TXMPTYEN | UCR1_RRDYEN | UCR1_RTSDEN); in imx_uart_console_write()
2298 UCR1_TXMPTYEN | UCR1_RTSDEN); in imx_uart_probe()
2435 ucr1 |= UCR1_RTSDEN; in imx_uart_enable_wakeup()
2437 ucr1 &= ~UCR1_RTSDEN; in imx_uart_enable_wakeup()