taglinefilesource code
t_txdel713drivers/char/scc.cif (!Running(t_txdel) && scc->kiss.txdelay == 0) /* zero TXDELAY = wait for CTS */
t_txdel714drivers/char/scc.cscc->t_txdel = 0;  /* kick it! */    
t_txdel1118drivers/char/scc.cscc->t_txdel = scc->kiss.txdelay;
t_txdel1121drivers/char/scc.cscc->t_txdel = 0;
t_txdel1130drivers/char/scc.cscc->t_txdel = TIMER_STOPPED;
t_txdel1170drivers/char/scc.cscc->t_txdel = TPS * scc->kiss.waittime;
t_txdel1191drivers/char/scc.cscc->t_txdel = scc->kiss.txdelay;  /* brute force ... */
t_txdel1225drivers/char/scc.cif (Expired(t_txdel)) txdel_timeout(scc)     ; else
t_txdel1255drivers/char/scc.cStop_Timer(t_txdel);
t_txdel258include/linux/scc.hunsigned int t_txdel;  /* TX delay */