taglinefilesource code
tx_state598drivers/char/scc.cscc->stat.tx_state = TXS_NEWFRAME;
tx_state601drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state631drivers/char/scc.cif (scc->stat.tx_state == TXS_NEWFRAME)
tx_state640drivers/char/scc.cscc->stat.tx_state = TXS_ACTIVE;/* next byte... */
tx_state712drivers/char/scc.cif ((scc->stat.tx_state == TXS_ACTIVE) && (status & TxEOM))
tx_state1129drivers/char/scc.cif (scc->stat.tx_state != TXS_BUSY)
tx_state1151drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1155drivers/char/scc.cscc->stat.tx_state = TXS_IDLE;
tx_state1163drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1182drivers/char/scc.cscc->stat.tx_state = TXS_IDLE;
tx_state1197drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1254drivers/char/scc.cscc->stat.tx_state = TXS_IDLE;
tx_state1374drivers/char/scc.cif(scc->stat.tx_state == TXS_IDLE)
tx_state1377drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1649drivers/char/scc.cif (scc->stat.tx_state == 0)  /* only switch baudrate on rx... ;-) */
tx_state1806drivers/char/scc.cif(scc->stat.tx_state == TXS_IDLE && !Running(t_idle))
tx_state195include/linux/scc.hunsigned int tx_state;  /* Transmitter state */