Searched refs:STA_PPSTIME (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c96 * or another driver. If enabled, the STA_PPSTIME and STA_FREQ bits are
340 || (time_status & (STA_PPSFREQ | STA_PPSTIME)
346 || (time_status & STA_PPSTIME &&
360 || (time_status & (STA_PPSFREQ | STA_PPSTIME)
362 || (time_status & STA_PPSTIME
387 && ptimex->status & STA_PPSTIME)
391 if ( ptimex->status & STA_PPSTIME
789 ntv.status |= (STA_PPSTIME | STA_PPSFREQ);
790 if (!(pll_status & STA_PPSTIME))
795 ntv.status &= ~(STA_PPSTIME | STA_PPSFRE
[all...]
/freebsd-13-stable/contrib/ntp/kernel/sys/
H A Dtimex.h215 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */ macro
/freebsd-13-stable/sys/sys/
H A Dtimex.h83 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */ macro
/freebsd-13-stable/contrib/ntp/libntp/
H A Dstatestr.c240 # ifdef STA_PPSTIME
241 { STA_PPSTIME, "ppstime", 0 },
/freebsd-13-stable/sys/kern/
H A Dkern_ntptime.c233 (tsl & (STA_PPSFREQ | STA_PPSTIME) &&
239 (tsl & STA_PPSTIME && tsl & STA_PPSJITTER) ||
591 if (time_status & STA_PPSTIME && time_status &
706 if (!(time_status & STA_PPSTIME && time_status &
873 } else if (time_status & STA_PPSTIME) {
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2983 #ifdef STA_PPSTIME
2984 if (status & STA_PPSTIME) (void)fprintf(fp, " ppstime");

Completed in 118 milliseconds