ISI_RTS           303 drivers/tty/isicom.c 	port->status |= ISI_RTS;
ISI_RTS           319 drivers/tty/isicom.c 	port->status &= ~ISI_RTS;
ISI_RTS           338 drivers/tty/isicom.c 		ip->status |= (ISI_DTR | ISI_RTS);
ISI_RTS           343 drivers/tty/isicom.c 		ip->status &= ~(ISI_DTR | ISI_RTS);
ISI_RTS           361 drivers/tty/isicom.c 	port->status &= ~(ISI_RTS | ISI_DTR);
ISI_RTS          1060 drivers/tty/isicom.c 	return  ((status & ISI_RTS) ? TIOCM_RTS : 0) |