Home
last modified time | relevance | path

Searched refs:pps_freq (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_ntptime.c192 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()
876 L_SUB(ftemp, pps_freq); in hardpps()
913 L_ADD(pps_freq, ftemp); in hardpps()
914 u_nsec = L_GINT(pps_freq); in hardpps()
916 L_LINT(pps_freq, MAXFREQ); in hardpps()
918 L_LINT(pps_freq, -MAXFREQ); in hardpps()
[all …]