Searched refs:MCR_RTS (Results 1 – 7 of 7) sorted by relevance
56 #define MCR_RTS 0x02 macro299 priv->line_control |= MCR_RTS; in spcp8x5_set_termios()413 priv->line_control |= MCR_RTS; in spcp8x5_tiocmset()417 priv->line_control &= ~MCR_RTS; in spcp8x5_tiocmset()444 | ((mcr & MCR_RTS) ? TIOCM_RTS : 0) in spcp8x5_tiocmget()
123 #define MCR_RTS 0x02 // Assert RTS macro
52 #define MCR_RTS 0x02 /* Assert RTS */ macro952 mos7840_port->shadowMCR &= ~MCR_RTS; in mos7840_throttle()982 mos7840_port->shadowMCR |= MCR_RTS; in mos7840_unthrottle()1005 | ((mcr & MCR_RTS) ? TIOCM_RTS : 0) in mos7840_tiocmget()1028 mcr &= ~MCR_RTS; in mos7840_tiocmset()1035 mcr |= MCR_RTS; in mos7840_tiocmset()1288 mos7840_port->shadowMCR |= (MCR_DTR | MCR_RTS); in mos7840_change_port_settings()
1524 status = ti_do_config(port, UMPC_SET_CLR_RTS, mcr & MCR_RTS); in restore_mcr()1913 edge_port->shadow_mcr = MCR_RTS | MCR_DTR; in edge_open()2188 edge_port->shadow_mcr &= ~MCR_RTS; in stop_read()2206 edge_port->shadow_mcr |= MCR_RTS; in restart_read()2377 mcr |= MCR_RTS; in edge_tiocmset()2384 mcr &= ~MCR_RTS; in edge_tiocmset()2411 | ((mcr & MCR_RTS) ? TIOCM_RTS: 0) /* 0x004 */ in edge_tiocmget()
1394 edge_port->shadowMCR &= ~MCR_RTS; in edge_throttle()1431 edge_port->shadowMCR |= MCR_RTS; in edge_unthrottle()1500 mcr |= MCR_RTS; in edge_tiocmset()1507 mcr &= ~MCR_RTS; in edge_tiocmset()1531 | ((mcr & MCR_RTS) ? TIOCM_RTS: 0) /* 0x004 */ in edge_tiocmget()2469 edge_port->shadowMCR |= (MCR_DTR | MCR_RTS); in change_port_settings()
132 #define MCR_RTS 0x0200 /* Request to Send */ macro
182 #define MCR_RTS 0x02 /* RTS output */ macro225 #define PTT_ON (MCR_RTS|MCR_OUT2) /* activate PTT */305 outb(MCR_DTR | MCR_RTS | MCR_OUT1 | MCR_OUT2, MCR(iobase)); in fpga_reset()320 bit = (wrd & 0x80) ? (MCR_RTS | MCR_DTR) : MCR_DTR; in fpga_write()