Searched refs:STA_MODE (Results 1 – 4 of 4) sorted by relevance
93 #define STA_MODE 0x4000 /* mode (0 = PLL, 1 = FLL) (ro) */ macro97 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
275 # ifdef STA_MODE276 { STA_MODE, "mode=fll", 0 },
703 time_status &= ~STA_MODE; in hardupdate()709 time_status |= STA_MODE; in hardupdate()
3019 #ifdef STA_MODE in kerninfo()3020 if (status & STA_MODE) (void)fprintf(fp, " mode=fll"); in kerninfo()