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()492 info->MCR = SER_DTR | SER_RTS; in startup()552 info->MCR &= ~(SER_DTR|SER_RTS); in shutdown()858 info->MCR &= ~SER_RTS; in rs_throttle()880 info->MCR |= SER_RTS; in rs_unthrottle()1023 return ((control & SER_RTS) ? TIOCM_RTS : 0) in rs_tiocmget()1041 info->MCR |= SER_RTS; in rs_tiocmset()1045 info->MCR &= ~SER_RTS; in rs_tiocmset()1180 info->MCR &= ~(SER_DTR|SER_RTS); in rs_set_termios()[all …]