Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/serial/
Dimx.c105 #define UCR3_DTRDEN (1<<3) /* Data Terminal Ready Delta Enable. */ macro
962 if ((ucr3 & UCR3_DTRDEN) == 0) in imx_uart_int()
1465 ucr3 |= UCR3_DTRDEN | UCR3_RI | UCR3_DCD; in imx_uart_startup()