Searched refs:CONTROL_DTR (Results 1 – 2 of 2) sorted by relevance
69 #define CONTROL_DTR 0x20 /* data terminal ready */ macro
399 #define CONTROL_DTR 0x0001 macro1354 control |= CONTROL_DTR; in cp210x_tiocmset_port()1364 control &= ~CONTROL_DTR; in cp210x_tiocmset_port()1430 result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0) in cp210x_tiocmget()