Searched refs:time_freq (Results 1 – 1 of 1) sorted by relevance
186 static l_fp time_freq; variable418 L_LINT(time_freq, MAXFREQ); in ntp_adjtime()420 L_LINT(time_freq, -MAXFREQ); in ntp_adjtime()426 time_freq = ntv.freq * 1000LL * 65536LL; in ntp_adjtime()442 __func__, modes, time_offset, time_freq, time_status, time_constant, time_adjtime); in ntp_adjtime()459 if (time_freq > 0) { in ntp_adjtime()460 user_ntv.freq = L_GINT(((int64_t)(time_freq / 1000LL)) << 16); in ntp_adjtime()462 user_ntv.freq = -L_GINT(((int64_t)(-(time_freq) / 1000LL)) << 16); in ntp_adjtime()488 if (time_freq > 0) { in ntp_adjtime()489 user_ntv.freq = L_GINT((time_freq / 1000LL) << 16); in ntp_adjtime()[all …]