Home
last modified time | relevance | path

Searched refs:STA_PPSFREQ (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/kernel/
Dtime.c358 || ((time_status & (STA_PPSFREQ|STA_PPSTIME)) != 0 in do_adjtimex()
364 || ((time_status & STA_PPSFREQ) != 0 in do_adjtimex()
/linux-2.4.37.9/include/linux/
Dtimex.h217 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ macro