Searched refs:UCR3_AWAKEN (Results 1 – 3 of 3) sorted by relevance
60 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro
104 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro1025 if ((ucr3 & UCR3_AWAKEN) == 0) in imx_uart_int()2558 ucr3 |= UCR3_AWAKEN; in imx_uart_enable_wakeup()2560 ucr3 &= ~UCR3_AWAKEN; in imx_uart_enable_wakeup()
563 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro