Lines Matching refs:RTS
626 OUTB(MCR, (DTR | RTS| OUT2));
1227 * not turn off DTR and RTS no matter what. Otherwise, if the
1229 * and RTS to fix the modem line.
1233 /* turn off DTR, RTS but NOT interrupt to 386 */
1482 OUTB(MCR, RTS|OUT2);
1485 OUTB(MCR, DTR|RTS|OUT2);
3637 if (mcr_r & RTS)
3664 #ifdef CAN_NOT_SET /* only DTR and RTS can be set */
3676 b |= RTS;
3696 flag = (async->async_flags & ASYNC_HW_IN_FLOW) ? 0 : RTS;
3697 if (((mcr ^ flag) & RTS) != 0) {
3698 OUTB(MCR, (mcr ^ RTS));