Searched refs:SER_RTS (Results 1 – 1 of 1) sorted by relevance
115 #define SER_RTS (1<<6) macro122 …ciab.pra = ((bits & (SER_RTS | SER_DTR)) ^ (SER_RTS | SER_DTR)) | (ciab.pra & ~(SER_RTS | SER_DTR)… in rtsdtr_ctrl()494 info->MCR = SER_DTR | SER_RTS; in startup()554 info->MCR &= ~(SER_DTR|SER_RTS); in shutdown()860 info->MCR &= ~SER_RTS; in rs_throttle()882 info->MCR |= SER_RTS; in rs_unthrottle()1025 return ((control & SER_RTS) ? TIOCM_RTS : 0) in rs_tiocmget()1043 info->MCR |= SER_RTS; in rs_tiocmset()1047 info->MCR &= ~SER_RTS; in rs_tiocmset()1182 info->MCR &= ~(SER_DTR|SER_RTS); in rs_set_termios()[all …]