Searched refs:pps_freq (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_ntptime.c | 192 static l_fp pps_freq; /* scaled frequency offset (ns/s) */ variable 329 SYSCTL_S64(_kern_ntp_pll, OID_AUTO, pps_freq, CTLFLAG_RD | CTLFLAG_MPSAFE, 330 &pps_freq, 0, 426 pps_freq = time_freq; in kern_ntp_adjtime() 456 ntv->ppsfreq = L_GINT((pps_freq / 1000LL) << 16); in kern_ntp_adjtime() 877 L_SUB(ftemp, pps_freq); in hardpps() 914 L_ADD(pps_freq, ftemp); in hardpps() 915 u_nsec = L_GINT(pps_freq); in hardpps() 917 L_LINT(pps_freq, MAXFREQ); in hardpps() 919 L_LINT(pps_freq, -MAXFREQ); in hardpps() [all …]
|