Home
last modified time | relevance | path

Searched refs:PPS_VALID (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dtimex.h146 #define PPS_VALID 120 /* pps signal watchdog max (s) */ macro
/linux-2.4.37.9/kernel/
Dtime.c197 long pps_valid = PPS_VALID; /* pps signal watchdog counter */
Dtimer.c452 if (pps_valid == PPS_VALID) { /* PPS signal lost */ in second_overflow()