Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial_mxc.c55 #define UCR3_DCD (1<<9) /* Data carrier detect */ macro
/openbmc/linux/drivers/tty/serial/
H A Dimx.c99 #define UCR3_DCD (1<<9) /* Data carrier detect */ macro
1511 ucr3 |= UCR3_DTRDEN | UCR3_RI | UCR3_DCD; in imx_uart_startup()
1515 ucr3 &= ~(UCR3_RI | UCR3_DCD); in imx_uart_startup()
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h558 #define UCR3_DCD (1<<9) /* Data carrier detect */ macro