Home
last modified time | relevance | path

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

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