Home
last modified time | relevance | path

Searched refs:TPC_DTR (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/uart/
H A Duart_dev_z8530.c103 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()
/src/sys/dev/ic/
H A Dz8530.h243 #define TPC_DTR 0x80 /* DTR. */ macro