Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_mxc.c60 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro
/openbmc/linux/drivers/tty/serial/
H A Dimx.c104 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro
1025 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()
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h563 #define UCR3_AWAKEN (1<<4) /* Async wake interrupt enable */ macro