Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dimx.c107 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro
890 if ((ucr3 & UCR3_AWAKEN) == 0) in imx_uart_int()
2426 ucr3 |= UCR3_AWAKEN; in imx_uart_enable_wakeup()
2428 ucr3 &= ~UCR3_AWAKEN; in imx_uart_enable_wakeup()