Home
last modified time | relevance | path

Searched refs:TPC_RTS (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()
601 z8530->tpc |= TPC_RTS; in z8530_bus_setsig()
603 z8530->tpc &= ~TPC_RTS; in z8530_bus_setsig()
/src/sys/dev/ic/
H A Dz8530.h251 #define TPC_RTS 0x02 /* RTS. */ macro