Searched refs:UCR3_AWAKEN (Results 1 – 3 of 3) sorted by relevance
61 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro
105 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro982 if ((ucr3 & UCR3_AWAKEN) == 0) in imx_uart_int()2527 ucr3 |= UCR3_AWAKEN; in imx_uart_enable_wakeup()2529 ucr3 &= ~UCR3_AWAKEN; in imx_uart_enable_wakeup()
563 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro