Home
last modified time | relevance | path

Searched refs:MSVR_DTR (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dspecialix.c1031 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()
[all …]
Driscom8_reg.h245 #define MSVR_DTR 0x02 /* Current state of DTR output */ macro
Dcd1865.h238 #define MSVR_DTR 0x02 /* Current state of DTR output */ macro
Driscom8.c1404 | ((status & MSVR_DTR) ? TIOCM_DTR : 0) in rc_get_modem_info()
/linux-2.4.37.9/drivers/sbus/char/
Dcd180.h200 #define MSVR_DTR 0x02 /* Current state of DTR output */ macro
Daurora.c380 bp->RTS=MSVR_DTR; in aurora_probe()
388 bp->RTS=MSVR_DTR; in aurora_probe()
394 bp->DTR=MSVR_DTR; in aurora_probe()
1029 port->MSVR = MSVR_RTS|MSVR_DTR; in aurora_change_speed()