Searched refs:MSVR_RTS (Results 1 – 6 of 6) sorted by relevance
246 #define MSVR_RTS 0x01 /* Current state of RTS output */ macro
715 port->MSVR = MSVR_RTS; in rc_change_speed()1048 rc_out(bp, CD180_MSVR, MSVR_RTS); in block_til_ready()1403 result |= ((status & MSVR_RTS) ? TIOCM_RTS : 0) in rc_get_modem_info()1423 port->MSVR |= MSVR_RTS; in rc_set_modem_info()1429 port->MSVR &= ~MSVR_RTS; in rc_set_modem_info()1434 port->MSVR = (arg & TIOCM_RTS) ? (port->MSVR | MSVR_RTS) : in rc_set_modem_info()1435 (port->MSVR & ~MSVR_RTS); in rc_set_modem_info()1597 port->MSVR &= ~MSVR_RTS; in rc_throttle()1620 port->MSVR |= MSVR_RTS; in rc_unthrottle()
239 #define MSVR_RTS 0x01 /* Current state of RTS output */ macro
383 sx_out(bp, CD186x_MSVRTS, ((virq >> i) & 0x1)? MSVR_RTS:0); in sx_set_irq()493 val2 = read_cross_byte (bp, CD186x_MSVR, MSVR_RTS); in sx_probe()1031 port->MSVR = MSVR_DTR | (sx_in(bp, CD186x_MSVR) & MSVR_RTS); in sx_change_speed()1033 port->MSVR = (sx_in(bp, CD186x_MSVR) & MSVR_RTS); in sx_change_speed()
201 #define MSVR_RTS 0x01 /* Current state of RTS output */ macro
379 bp->DTR=MSVR_RTS; in aurora_probe()387 bp->DTR=MSVR_RTS; in aurora_probe()395 bp->RTS=MSVR_RTS; in aurora_probe()1029 port->MSVR = MSVR_RTS|MSVR_DTR; in aurora_change_speed()