Searched refs:TPC_RTS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/uart/
H A Duart_dev_z8530.c104 tpc = TPC_TXE | (*tpcp & (TPC_DTR | TPC_RTS));
183 tpc = TPC_DTR | TPC_RTS;
330 z8530->tpc = TPC_DTR|TPC_RTS;
335 z8530->tpc &= ~(TPC_DTR|TPC_RTS);
602 z8530->tpc |= TPC_RTS;
604 z8530->tpc &= ~TPC_RTS;
/freebsd-10-stable/sys/dev/ic/
H A Dz8530.h252 #define TPC_RTS 0x02 /* RTS. */ macro

Completed in 75 milliseconds