Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtimex.h82 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ macro
/f-stack/freebsd/kern/
H A Dkern_ntptime.c233 (tsl & (STA_PPSFREQ | STA_PPSTIME) && in ntp_is_time_error()
245 (tsl & STA_PPSFREQ && in ntp_is_time_error()
723 if (time_status & STA_PPSFREQ && time_status & STA_PPSSIGNAL) {
959 if (time_status & STA_PPSFREQ) in hardpps()