Searched refs:STA_CLOCKERR (Results 1 – 6 of 6) sorted by relevance
101 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro108 | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
143 #define STA_CLOCKERR 0x1000 /* clock hardware fault (ro) */ macro150 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
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()