Searched refs:INSYNC (Results 1 – 2 of 2) sorted by relevance
282 #define INSYNC 0x0400 /* clock synchronized */ macro1366 up->status |= INSYNC; in chu_second()1368 if (!(up->status & INSYNC)) { in chu_second()1392 if (up->status & INSYNC && !(up->status & (DECODE | STAMP)) && in chu_second()1511 up->status &= INSYNC | METRIC; in chu_clear()
123 * has reached the threshold and INSYNC is set when all nine digits have124 * reached the threshold. The MSYNC, DSYNC and INSYNC bits are cleared136 #define INSYNC 0x0008 /* clock synchronized */ macro 1884 if (up->status & INSYNC) { in wwv_rsec() 2064 up->status |= INSYNC; in wwv_clock() 2065 if (up->status & INSYNC && up->status & SSYNC) { in wwv_clock() 2192 INSYNC)) { in wwv_corr4() 2262 if (up->misc & SECWAR && up->status & INSYNC) { in wwv_tsec() 2482 * (SYNCH) without finding station sync (INSYNC lit).2484 * 3 After finding station sync (INSYNC li[all...]