Searched refs:STA_UNSYNC (Results 1 – 2 of 2) sorted by relevance
94 .time_status = STA_UNSYNC,179 return (status & (STA_UNSYNC|STA_CLOCKERR)) in is_error_status()229 return status & (STA_UNSYNC|STA_CLOCKERR); in is_error_status()338 ntpdata->time_status |= STA_UNSYNC; in __ntp_clear()457 ntpdata->time_status |= STA_UNSYNC; in second_overflow()616 return !(tk_ntp_data[TIMEKEEPER_CORE].time_status & STA_UNSYNC); in ntp_synced()702 ntpdata->time_status = STA_UNSYNC; in process_adj_status()
178 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro