Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_mxc.c61 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dimx.c105 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro
982 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()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h563 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro