taglinefilesource code
t_txdel707drivers/char/scc.cif (!Running(t_txdel) && scc->kiss.txdelay == 0) /* zero TXDELAY = wait for CTS */
t_txdel708drivers/char/scc.cscc->t_txdel = 0;  /* kick it! */    
t_txdel1112drivers/char/scc.cscc->t_txdel = scc->kiss.txdelay;
t_txdel1115drivers/char/scc.cscc->t_txdel = 0;
t_txdel1124drivers/char/scc.cscc->t_txdel = TIMER_STOPPED;
t_txdel1164drivers/char/scc.cscc->t_txdel = TPS * scc->kiss.waittime;
t_txdel1185drivers/char/scc.cscc->t_txdel = scc->kiss.txdelay;  /* brute force ... */
t_txdel1219drivers/char/scc.cif (Expired(t_txdel)) txdel_timeout(scc)     ; else
t_txdel1249drivers/char/scc.cStop_Timer(t_txdel);
t_txdel258include/linux/scc.hunsigned int t_txdel;  /* TX delay */