taglinefilesource code
t_txdel948drivers/char/scc.cif (!Running(t_txdel) && scc->kiss.txdelay == 0) /* zero TXDELAY = wait for CTS */
t_txdel949drivers/char/scc.cscc->t_txdel = 0;  /* kick it! */    
t_txdel1403drivers/char/scc.cscc->t_txdel = scc->kiss.txdelay;
t_txdel1406drivers/char/scc.cscc->t_txdel = 0;
t_txdel1415drivers/char/scc.cscc->t_txdel = TIMER_STOPPED;
t_txdel1454drivers/char/scc.cscc->t_txdel = TPS * scc->kiss.waittime;
t_txdel1474drivers/char/scc.cscc->t_txdel = scc->kiss.txdelay;  /* brute force ... */
t_txdel1507drivers/char/scc.cif (Expired(t_txdel)) txdel_timeout(scc)     ; else
t_txdel1560drivers/char/scc.cStop_Timer(t_txdel);
t_txdel273include/linux/scc.hunsigned int t_txdel;  /* TX delay */