Home
last modified time | relevance | path

Searched refs:STA_PPSERROR (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dtimex.h129 #define STA_PPSERROR 0x0800 macro
134 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dtimex.h129 #define STA_PPSERROR 0x0800 macro
134 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dtimex.h70 #define STA_PPSERROR 0x0800 macro
76 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dtimex.h184 #define STA_PPSERROR 0x0800 /* PPS signal calibration error (ro) */ macro
193 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dtimex.h184 #define STA_PPSERROR 0x0800 /* PPS signal calibration error (ro) */ macro
193 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/kernel/linux/linux-5.10/kernel/time/
H A Dntp.c164 STA_PPSWANDER | STA_PPSERROR); in pps_dec_valid()
190 && (status & (STA_PPSWANDER|STA_PPSERROR))); in is_error_status()
890 time_status |= STA_PPSERROR; in hardpps_update_freq()
988 time_status &= ~(STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR); in __hardpps()
/kernel/linux/linux-6.6/kernel/time/
H A Dntp.c164 STA_PPSWANDER | STA_PPSERROR); in pps_dec_valid()
190 && (status & (STA_PPSWANDER|STA_PPSERROR))); in is_error_status()
939 time_status |= STA_PPSERROR; in hardpps_update_freq()
1037 time_status &= ~(STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR); in __hardpps()

Completed in 6 milliseconds