Home
last modified time | relevance | path

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

/external/strace/xlat/
Dadjtimex_status.h13 #if defined(STA_PPSFREQ) || (defined(HAVE_DECL_STA_PPSFREQ) && HAVE_DECL_STA_PPSFREQ)
15 static_assert((STA_PPSFREQ) == (0x0002), "STA_PPSFREQ != 0x0002");
18 # define STA_PPSFREQ 0x0002
132 XLAT(STA_PPSFREQ),
Dadjtimex_status.in2 STA_PPSFREQ 0x0002
/external/kernel-headers/original/uapi/linux/
Dtimex.h131 #define STA_PPSFREQ 0x0002 /* enable PPS freq discipline (rw) */ macro