Home
last modified time | relevance | path

Searched refs:STA_PPSERROR (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dtimex.h143 #define STA_PPSERROR 0x0800 /* PPS signal calibration error (ro) */ macro
152 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/Linux-v4.19/kernel/time/
Dntp.c163 STA_PPSWANDER | STA_PPSERROR); in pps_dec_valid()
189 && (status & (STA_PPSWANDER|STA_PPSERROR))); in is_error_status()
880 time_status |= STA_PPSERROR; in hardpps_update_freq()
978 time_status &= ~(STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR); in __hardpps()