Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_ntptime.c210 static l_fp pps_freq; /* scaled frequency offset (ns/s) */ variable
362 pps_freq = time_freq; in ntp_adjtime1()
399 ntv->ppsfreq = L_GINT((pps_freq / 1000LL) << 16); in ntp_adjtime1()
587 L_CLR(pps_freq); in ntp_init()
838 L_SUB(ftemp, pps_freq); in hardpps()
875 L_ADD(pps_freq, ftemp); in hardpps()
876 u_nsec = L_GINT(pps_freq); in hardpps()
878 L_LINT(pps_freq, MAXFREQ); in hardpps()
880 L_LINT(pps_freq, -MAXFREQ); in hardpps()
882 time_freq = pps_freq; in hardpps()