HomeSort by: relevance | last modified time | path
    Searched defs:pps_freq (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
kern_ntptime.c 210 static l_fp pps_freq; /* scaled frequency offset (ns/s) */ variable in typeref:typename:l_fp
362 pps_freq = time_freq;
399 ntv->ppsfreq = L_GINT((pps_freq / 1000LL) << 16);
587 L_CLR(pps_freq);
691 * variables, except for certain exceptions: The PPS frequency pps_freq
838 L_SUB(ftemp, pps_freq);
875 L_ADD(pps_freq, ftemp);
876 u_nsec = L_GINT(pps_freq);
878 L_LINT(pps_freq, MAXFREQ);
880 L_LINT(pps_freq, -MAXFREQ)
    [all...]

Completed in 13 milliseconds