Searched defs:time_constant (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c120 * time_constant determines the bandwidth or "stiffness" of the PLL.
142 int32_t time_constant = 0; /* pll time constant */ variable
719 if ((1 << time_constant) >= SCALE_KG)
720 lltemp *= (1 << time_constant) /
724 time_constant;
733 if ((1 << time_constant) >= SCALE_KG)
734 lltemp *= (1 << time_constant) /
738 time_constant;
1228 / (1 << (time_constant * 2));

Completed in 64 milliseconds