taglinefilesource code
tx_state847drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state870drivers/char/scc.cscc->stat.tx_state = TXS_ACTIVE; /* next byte... */
tx_state880drivers/char/scc.cscc->stat.tx_state = TXS_NEWFRAME; /* next frame... */
tx_state954drivers/char/scc.cif ( (status & TxEOM) && (scc->stat.tx_state == TXS_ACTIVE) )
tx_state1441drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1445drivers/char/scc.cscc->stat.tx_state = TXS_IDLE;
tx_state1453drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1471drivers/char/scc.cscc->stat.tx_state = TXS_IDLE;
tx_state1486drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1566drivers/char/scc.cscc->stat.tx_state = TXS_IDLE;
tx_state1702drivers/char/scc.cif(scc->stat.tx_state == TXS_IDLE)
tx_state1704drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state2068drivers/char/scc.cif (scc->stat.tx_state == 0)  /* only switch baudrate on rx... ;-) */
tx_state2319drivers/char/scc.cif(scc->stat.tx_state == TXS_IDLE && !Running(t_idle))
tx_state174include/linux/scc.hunsigned int tx_state;  /* Transmitter state */