Searched refs:STA_PPSFREQ (Results 1 – 5 of 5) sorted by relevance
649 if (time_status & STA_PPSFREQ && time_status & STA_PPSSIGNAL) { in hardupdate()881 if (time_status & STA_PPSFREQ) in hardpps()909 (time_status & (STA_PPSFREQ | STA_PPSTIME) && in ntp_timestatus()923 (time_status & STA_PPSFREQ && in ntp_timestatus()
145 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ macro
216 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ macro
210 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ macro
2982 #ifdef STA_PPSFREQ in kerninfo()2983 if (status & STA_PPSFREQ) (void)fprintf(fp, " ppsfreq"); in kerninfo()