Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dscc.h101 TXS_ACTIVE, /* Transmitter on, sending data */ enumerator
/openbmc/linux/drivers/net/hamradio/
H A Dscc.c400 scc->stat.tx_state = TXS_ACTIVE; in scc_txint()
497 if (scc->stat.tx_state == TXS_ACTIVE && (status & TxEOM)) in scc_exint()