Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dimx.c105 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro
1016 if ((ucr3 & UCR3_AWAKEN) == 0) in imx_uart_int()
2605 ucr3 |= UCR3_AWAKEN; in imx_uart_enable_wakeup()
2607 ucr3 &= ~UCR3_AWAKEN; in imx_uart_enable_wakeup()