taglinefilesource code
tx_state637drivers/char/scc.cscc->stat.tx_state = TXS_NEWFRAME;
tx_state640drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state670drivers/char/scc.cif (scc->stat.tx_state == TXS_NEWFRAME)
tx_state679drivers/char/scc.cscc->stat.tx_state = TXS_ACTIVE;/* next byte... */
tx_state770drivers/char/scc.cif ((scc->stat.tx_state == TXS_ACTIVE) && (status & TxEOM))
tx_state1164drivers/char/scc.cif (scc->stat.tx_state != TXS_BUSY)
tx_state1186drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1190drivers/char/scc.cscc->stat.tx_state = TXS_IDLE;
tx_state1198drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1217drivers/char/scc.cscc->stat.tx_state = TXS_IDLE;
tx_state1232drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1326drivers/char/scc.cscc->stat.tx_state = TXS_IDLE;
tx_state1464drivers/char/scc.cif(scc->stat.tx_state == TXS_IDLE)
tx_state1467drivers/char/scc.cscc->stat.tx_state = TXS_BUSY;
tx_state1806drivers/char/scc.cif (scc->stat.tx_state == 0)  /* only switch baudrate on rx... ;-) */
tx_state1963drivers/char/scc.cif(scc->stat.tx_state == TXS_IDLE && !Running(t_idle))
tx_state198include/linux/scc.hunsigned int tx_state;  /* Transmitter state */