Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dimx.c105 #define UCR3_DTRDEN (1<<3) /* Data Terminal Ready Delta Enable. */ macro
1021 if ((ucr3 & UCR3_DTRDEN) == 0) in imx_uart_int()
1527 ucr3 |= UCR3_DTRDEN | UCR3_RI | UCR3_DCD; in imx_uart_startup()