Searched refs:TCR_RTS (Results 1 – 2 of 2) sorted by relevance
827 if (rts >= 0) t = rts? (t | TCR_RTS): (t & ~TCR_RTS); in scc_setsignals()875 { TX_CTRL_REG, TCR_TX_ENAB | TCR_RTS | TCR_DTR | TCR_CHSIZE_8 }, in scc_open()904 { TX_CTRL_REG, TCR_TX_ENAB | TCR_RTS | TCR_DTR | TCR_CHSIZE_8 }, in scc_open()984 SCCmod(TX_CTRL_REG, ~TCR_RTS, 0); in scc_throttle()1001 SCCmod(TX_CTRL_REG, 0xff, TCR_RTS); in scc_unthrottle()
222 #define TCR_RTS 0x02 macro