Searched refs:STA_PPSTIME (Results 1 – 6 of 6) sorted by relevance
96 * or another driver. If enabled, the STA_PPSTIME and STA_FREQ bits are337 || (time_status & (STA_PPSFREQ | STA_PPSTIME) in ntp_adjtime_error_handler() 343 || (time_status & STA_PPSTIME && in ntp_adjtime_error_handler() 357 || (time_status & (STA_PPSFREQ | STA_PPSTIME) in ntp_adjtime_error_handler() 359 || (time_status & STA_PPSTIME in ntp_adjtime_error_handler() 384 && ptimex->status & STA_PPSTIME) in ntp_adjtime_error_handler() 388 if ( ptimex->status & STA_PPSTIME in ntp_adjtime_error_handler() 786 ntv.status |= (STA_PPSTIME | STA_PPSFREQ); in local_clock() 787 if (!(pll_status & STA_PPSTIME)) in local_clock() 792 ntv.status &= ~(STA_PPSTIME | STA_PPSFRE in local_clock() [all...]
236 (tsl & (STA_PPSFREQ | STA_PPSTIME) && in ntp_is_time_error()242 (tsl & STA_PPSTIME && tsl & STA_PPSJITTER) || in ntp_is_time_error()594 if (time_status & STA_PPSTIME && time_status & in ntp_update_second()675 if (!(time_status & STA_PPSTIME && time_status & in hardupdate()834 } else if (time_status & STA_PPSTIME) { in hardpps()
81 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */ macro
239 # ifdef STA_PPSTIME240 { STA_PPSTIME, "ppstime", 0 },
215 #define STA_PPSTIME 0x0004 /* enable PPS time discipline (rw) */ macro
2983 #ifdef STA_PPSTIME in kerninfo()2984 if (status & STA_PPSTIME) (void)fprintf(fp, " ppstime"); in kerninfo()