Searched refs:TPC_DTR (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()597 z8530->tpc |= TPC_DTR; in z8530_bus_setsig()599 z8530->tpc &= ~TPC_DTR; in z8530_bus_setsig()
243 #define TPC_DTR 0x80 /* DTR. */ macro