Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dtimex.h145 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro
152 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
/Linux-v4.19/kernel/time/
Dntp.c175 return (status & (STA_UNSYNC|STA_CLOCKERR)) in is_error_status()
221 return status & (STA_UNSYNC|STA_CLOCKERR); in is_error_status()