Searched refs:STA_MODE (Results 1 – 3 of 3) sorted by relevance
158 #define STA_MODE 0x4000 /* mode (0 = PLL, 1 = FLL) (ro) */ macro180 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
660 time_status &= ~STA_MODE; in hardupdate()666 time_status |= STA_MODE; in hardupdate()
3021 #ifdef STA_MODE in kerninfo()3022 if (status & STA_MODE) (void)fprintf(fp, " mode=fll"); in kerninfo()