Searched refs:SER_RTS (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/
H A Damiserial.c115 #define SER_RTS (1<<6) macro
122 ciab.pra = ((bits & (SER_RTS | SER_DTR)) ^ (SER_RTS | SER_DTR)) | (ciab.pra & ~(SER_RTS | SER_DTR));
492 info->MCR = SER_DTR | SER_RTS;
552 info->MCR &= ~(SER_DTR|SER_RTS);
858 info->MCR &= ~SER_RTS;
880 info->MCR |= SER_RTS;
1023 return ((control & SER_RTS) ? TIOCM_RTS : 0)
1041 info->MCR |= SER_RTS;
[all...]

Completed in 207 milliseconds