Lines Matching defs:time_constant
36 * @time_constant: PLL time constant
74 long time_constant;
105 .time_constant = 2,
146 return shift_right(offset, SHIFT_PLL + ntpdata->time_constant);
232 return shift_right(offset, SHIFT_PLL + ntpdata->time_constant);
333 if (unlikely(secs > 1 << (SHIFT_PLL + 1 + ntpdata->time_constant)))
334 secs = 1 << (SHIFT_PLL + 1 + ntpdata->time_constant);
337 (NTP_SCALE_SHIFT - 2 * (SHIFT_PLL + 2 + ntpdata->time_constant));
989 ntpdata->time_constant = clamp(txc->constant, 0, MAXTC);
991 ntpdata->time_constant += 4;
992 ntpdata->time_constant = clamp(ntpdata->time_constant, 0, MAXTC);
1063 txc->constant = ntpdata->time_constant;