Searched refs:SER_RTS (Results 1 – 1 of 1) sorted by relevance
169 #define SER_RTS (1<<6) macro176 …ciab.pra = ((bits & (SER_RTS | SER_DTR)) ^ (SER_RTS | SER_DTR)) | (ciab.pra & ~(SER_RTS | SER_DTR)… in rtsdtr_ctrl()567 info->MCR = SER_DTR | SER_RTS; in startup()644 info->MCR &= ~(SER_DTR|SER_RTS); in shutdown()980 info->MCR &= ~SER_RTS; in rs_throttle()1006 info->MCR |= SER_RTS; in rs_unthrottle()1156 return ((control & SER_RTS) ? TIOCM_RTS : 0) in rs_tiocmget()1176 info->MCR |= SER_RTS; in rs_tiocmset()1180 info->MCR &= ~SER_RTS; in rs_tiocmset()1340 info->MCR &= ~(SER_DTR|SER_RTS); in rs_set_termios()[all …]