Searched refs:time_const (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dm_estimator.c41 unsigned A, time_const; local
53 if (get_usecs(&time_const, *argv))
55 if (tc_setup_estimator(A, time_const, est) < 0) {
H A Dtc_core.h12 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est);
H A Dtc_estimator.c26 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est) argument
37 if (A/(-log(w)) > time_const)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dscc.c901 unsigned int time_const; local
909 time_const = (unsigned) (scc->clock / (scc->modem.speed * (tx? 2:64))) - 2;
927 set_brg(scc, time_const); /* reprogram baudrate generator */
943 set_brg(scc, time_const); /* reprogram baudrate generator */

Completed in 70 milliseconds