Lines Matching refs:INSYNC
123 * has reached the threshold and INSYNC is set when all nine digits have
124 * reached the threshold. The MSYNC, DSYNC and INSYNC bits are cleared
136 #define INSYNC 0x0008 /* clock synchronized */
1884 if (up->status & INSYNC) {
2064 up->status |= INSYNC;
2065 if (up->status & INSYNC && up->status & SSYNC) {
2192 INSYNC)) {
2262 if (up->misc & SECWAR && up->status & INSYNC) {
2482 * (SYNCH) without finding station sync (INSYNC lit).
2484 * 3 After finding station sync (INSYNC lit), going more than 2 days
2631 synchar = (up->status & INSYNC) ? ' ' : '?';