Searched refs:SER_RTS (Results 1 – 1 of 1) sorted by relevance
137 #define SER_RTS (1<<6) macro144 …ciab.pra = ((bits & (SER_RTS | SER_DTR)) ^ (SER_RTS | SER_DTR)) | (ciab.pra & ~(SER_RTS | SER_DTR)… in rtsdtr_ctrl()529 info->MCR = SER_DTR | SER_RTS; in startup()594 info->MCR &= ~(SER_DTR|SER_RTS); in shutdown()903 info->MCR &= ~SER_RTS; in rs_throttle()925 info->MCR |= SER_RTS; in rs_unthrottle()1058 return ((control & SER_RTS) ? TIOCM_RTS : 0) in rs_tiocmget()1076 info->MCR |= SER_RTS; in rs_tiocmset()1080 info->MCR &= ~SER_RTS; in rs_tiocmset()1215 info->MCR &= ~(SER_DTR|SER_RTS); in rs_set_termios()[all …]