Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtimex.h59 #define SCALE_PPM (65536 / 1000) /* crude ns/s to scaled PPM */ macro
/f-stack/freebsd/kern/
H A Dkern_ntptime.c450 ntv->tolerance = MAXFREQ * SCALE_PPM; in kern_ntp_adjtime()
946 pps_stabil += (u_nsec * SCALE_PPM - pps_stabil) >> PPS_FAVG; in hardpps()