Searched refs:TPC_RTS (Results 1 – 2 of 2) sorted by relevance
103 tpc = TPC_TXE | (*tpcp & (TPC_DTR | TPC_RTS)); in z8530_param()182 tpc = TPC_DTR | TPC_RTS; in z8530_setup()331 z8530->tpc = TPC_DTR|TPC_RTS; in z8530_bus_attach()336 z8530->tpc &= ~(TPC_DTR|TPC_RTS); in z8530_bus_attach()601 z8530->tpc |= TPC_RTS; in z8530_bus_setsig()603 z8530->tpc &= ~TPC_RTS; in z8530_bus_setsig()
251 #define TPC_RTS 0x02 /* RTS. */ macro