taglinefilesource code
t_txdel765drivers/char/scc.cif (!Running(t_txdel) && scc->kiss.txdelay == 0) /* zero TXDELAY = wait for CTS */
t_txdel766drivers/char/scc.cscc->t_txdel = 0;  /* kick it! */    
t_txdel1147drivers/char/scc.cscc->t_txdel = scc->kiss.txdelay;
t_txdel1150drivers/char/scc.cscc->t_txdel = 0;
t_txdel1159drivers/char/scc.cscc->t_txdel = TIMER_STOPPED;
t_txdel1199drivers/char/scc.cscc->t_txdel = TPS * scc->kiss.waittime;
t_txdel1220drivers/char/scc.cscc->t_txdel = scc->kiss.txdelay;  /* brute force ... */
t_txdel1289drivers/char/scc.cif (Expired(t_txdel)) txdel_timeout(scc)     ; else
t_txdel1321drivers/char/scc.cStop_Timer(t_txdel);
t_txdel258include/linux/scc.hunsigned int t_txdel;  /* TX delay */