Searched refs:STA_PLL (Results 1 – 6 of 6) sorted by relevance
225 # ifdef STA_PLL226 { STA_PLL, "pll" },
143 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
213 #define STA_PLL 0x0001 /* enable PLL updates (rw) */ macro
360 if (time_status & STA_PLL && !(ntv.status & STA_PLL)) { in sys_ntp_adjtime()675 if (!(time_status & STA_PLL))
784 ntv.status = STA_PLL; in local_clock()1102 ntv.status = STA_PLL; in start_kern_loop()
2959 #ifdef STA_PLL in kerninfo()2960 if (status & STA_PLL) (void)fprintf(fp, " pll"); in kerninfo()