Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dtimex.h119 #define SCALE_PPM (65536 / 1000) /* crude ns/s to scaled PPM */ macro
/netbsd-src/sys/kern/
H A Dkern_ntptime.c396 ntv->tolerance = MAXFREQ * SCALE_PPM; in ntp_adjtime1()
868 pps_stabil += (u_nsec * SCALE_PPM - pps_stabil) >> PPS_FAVG; in hardpps()