Searched refs:pps_freq (Results 1 – 1 of 1) sorted by relevance
188 static l_fp pps_freq; /* scaled frequency offset (ns/s) */ variable327 &pps_freq, 0,423 pps_freq = time_freq; in kern_ntp_adjtime()453 ntv->ppsfreq = L_GINT((pps_freq / 1000LL) << 16); in kern_ntp_adjtime()662 L_CLR(pps_freq); in ntp_init()916 L_SUB(ftemp, pps_freq); in hardpps()953 L_ADD(pps_freq, ftemp); in hardpps()954 u_nsec = L_GINT(pps_freq); in hardpps()956 L_LINT(pps_freq, MAXFREQ); in hardpps()958 L_LINT(pps_freq, -MAXFREQ); in hardpps()[all …]