Home
last modified time | relevance | path

Searched refs:PPS_OFFSETCLEAR (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/tools/test/ppsapi/
Dppsapitest.c94 if (mode & PPS_OFFSETCLEAR) in main()
/freebsd-10-stable/sys/sys/
Dtimepps.h88 #define PPS_OFFSETCLEAR 0x20 macro
/freebsd-10-stable/contrib/ntp/include/
Dtimepps-SunOS.h101 #define PPS_OFFSETCLEAR 0x20 /* apply compensation for clear ev. */ macro
Dtimepps-SCO.h101 #define PPS_OFFSETCLEAR 0x20 /* apply compensation for clear ev. */ macro
Dtimepps-Solaris.h101 #define PPS_OFFSETCLEAR 0x20 /* apply compensation for clear ev. */ macro
/freebsd-10-stable/sys/kern/
Dkern_tc.c1633 pps->ppscap |= PPS_OFFSETCLEAR; in pps_init()
1706 foff = pps->ppsparam.mode & PPS_OFFSETCLEAR; in pps_event()
/freebsd-10-stable/contrib/ntp/ntpd/
Drefclock_parse.c2933 mode_ppsoffset = PPS_OFFSETCLEAR; in parse_ppsapi()
2947 if (mode_ppsoffset == PPS_OFFSETCLEAR) in parse_ppsapi()
4014 if (parse->atom.pps_params.mode & (PPS_OFFSETCLEAR|PPS_OFFSETASSERT)) in parse_process()
Drefclock_oncore.c874 mode1 = PPS_OFFSETCLEAR; in oncore_ppsapi()