Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dmxs-auart.c74 #define AUART_CTRL2_RTS (1 << 11) macro
260 ctrl &= ~AUART_CTRL2_RTS; in mxs_auart_set_mctrl()
262 ctrl |= AUART_CTRL2_RTS; in mxs_auart_set_mctrl()
278 if (ctrl2 & AUART_CTRL2_RTS) in mxs_auart_get_mctrl()