Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_mxc.c28 #define UCR1_IDEN (1<<12) /* Idle condition interrupt */ macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h530 #define UCR1_IDEN (1<<12) /* Idle condition interrupt */ macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dimx.c69 #define UCR1_IDEN (1<<12) /* Idle condition interrupt */ macro
2384 ucr1 &= ~(UCR1_ADEN | UCR1_TRDYEN | UCR1_IDEN | UCR1_RRDYEN | UCR1_RTSDEN); in imx_uart_probe()