Lines Matching refs:MSVR_DTR
1031 port->MSVR = MSVR_DTR | (sx_in(bp, CD186x_MSVR) & MSVR_RTS); in sx_change_speed()
1060 port -> MSVR &= ~ MSVR_DTR; in sx_change_speed()
1071 port ->MSVR |= MSVR_DTR; in sx_change_speed()
1409 port->MSVR |= MSVR_DTR; in block_til_ready()
1413 port->MSVR |= MSVR_DTR; in block_til_ready()
1793 | ((status & MSVR_DTR) ? TIOCM_RTS : 0) in sx_get_modem_info()
1799 | ((status & MSVR_DTR) ? TIOCM_DTR : 0) in sx_get_modem_info()
1831 port->MSVR |= MSVR_DTR; in sx_set_modem_info()
1834 port->MSVR |= MSVR_DTR; in sx_set_modem_info()
1844 port->MSVR &= ~MSVR_DTR; in sx_set_modem_info()
1847 port->MSVR &= ~MSVR_DTR; in sx_set_modem_info()
1857 (port->MSVR | MSVR_DTR) : in sx_set_modem_info()
1858 (port->MSVR & ~MSVR_DTR); in sx_set_modem_info()
1861 (port->MSVR | MSVR_DTR): in sx_set_modem_info()
1862 (port->MSVR & ~MSVR_DTR); in sx_set_modem_info()
2054 port->MSVR &= ~MSVR_DTR; in sx_throttle()
2088 port->MSVR |= MSVR_DTR; in sx_unthrottle()