Searched refs:tsl (Results 1 – 1 of 1) sorted by relevance
213 static bool ntp_is_time_error(int tsl);216 ntp_is_time_error(int tsl) in ntp_is_time_error() argument227 if ((tsl & (STA_UNSYNC | STA_CLOCKERR)) || in ntp_is_time_error()233 (tsl & (STA_PPSFREQ | STA_PPSTIME) && in ntp_is_time_error()234 !(tsl & STA_PPSSIGNAL)) || in ntp_is_time_error()239 (tsl & STA_PPSTIME && tsl & STA_PPSJITTER) || in ntp_is_time_error()245 (tsl & STA_PPSFREQ && in ntp_is_time_error()246 tsl & (STA_PPSWANDER | STA_PPSERROR))) in ntp_is_time_error()