Searched refs:SER_RTS (Results 1 – 1 of 1) sorted by relevance
114 #define SER_RTS (1<<6) macro121 …ciab.pra = ((bits & (SER_RTS | SER_DTR)) ^ (SER_RTS | SER_DTR)) | (ciab.pra & ~(SER_RTS | SER_DTR)… in rtsdtr_ctrl()493 info->MCR = SER_DTR | SER_RTS; in startup()555 info->MCR &= ~(SER_DTR|SER_RTS); in shutdown()864 info->MCR &= ~SER_RTS; in rs_throttle()886 info->MCR |= SER_RTS; in rs_unthrottle()1029 return ((control & SER_RTS) ? TIOCM_RTS : 0) in rs_tiocmget()1047 info->MCR |= SER_RTS; in rs_tiocmset()1051 info->MCR &= ~SER_RTS; in rs_tiocmset()1186 info->MCR &= ~(SER_DTR|SER_RTS); in rs_set_termios()[all …]