Searched refs:STA_PPSERROR (Results 1 – 4 of 4) sorted by relevance
175 #define STA_PPSERROR 0x0800 /* PPS signal calibration error (ro) */ macro180 STA_PPSERROR | STA_CLOCKERR) /* read-only bits */
132 (STA_PPSWANDER | STA_PPSERROR))) in ntp_gettime()212 time_status & (STA_PPSWANDER | STA_PPSERROR))) in ntp_adjtime()
758 STA_PPSWANDER | STA_PPSERROR); in clock()1289 time_status &= ~(STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR); in ddi_hardpps()1407 time_status |= STA_PPSERROR; in ddi_hardpps()
4264 if (val & STA_PPSERROR) in get_timex_status()