Searched refs:STA_CLK (Results 1 – 5 of 5) sorted by relevance
94 #define STA_CLK 0x8000 /* clock source (0 = A, 1 = B) (ro) */ macro97 STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
278 # ifdef STA_CLK279 { STA_CLK, "src=B", 0 },
409 time_status |= STA_CLK; in kern_ntp_adjtime()411 time_status &= ~STA_CLK; in kern_ntp_adjtime()
100 * If an external clock is present, the clock driver sets STA_CLK in the1178 if (pll_status & STA_CLK) in stop_kern_loop()
3022 #ifdef STA_CLK in kerninfo()3023 if (status & STA_CLK) (void)fprintf(fp, " src=B"); in kerninfo()