taglinefilesource code
tx_state633drivers/char/scc.cscc->stat.tx_state = TXS_NEWFRAME;
tx_state636drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state666drivers/char/scc.cif (scc->stat.tx_state == TXS_NEWFRAME)
tx_state675drivers/char/scc.cscc->stat.tx_state = TXS_ACTIVE;/* next byte... */
tx_state766drivers/char/scc.cif ((scc->stat.tx_state == TXS_ACTIVE) && (status & TxEOM))
tx_state1160drivers/char/scc.cif (scc->stat.tx_state != TXS_BUSY)
tx_state1182drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1186drivers/char/scc.cscc->stat.tx_state = TXS_IDLE;
tx_state1194drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1213drivers/char/scc.cscc->stat.tx_state = TXS_IDLE;
tx_state1228drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1322drivers/char/scc.cscc->stat.tx_state = TXS_IDLE;
tx_state1460drivers/char/scc.cif(scc->stat.tx_state == TXS_IDLE)
tx_state1463drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1805drivers/char/scc.cif (scc->stat.tx_state == 0)  /* only switch baudrate on rx... ;-) */
tx_state1962drivers/char/scc.cif(scc->stat.tx_state == TXS_IDLE && !Running(t_idle))
tx_state198include/linux/scc.hunsigned int tx_state;  /* Transmitter state */