Searched refs:STA_CLOCKERR (Results 1 – 2 of 2) sorted by relevance
186 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro193 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
176 return (status & (STA_UNSYNC|STA_CLOCKERR)) in is_error_status()222 return status & (STA_UNSYNC|STA_CLOCKERR); in is_error_status()