Home
last modified time | relevance | path

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

/freebsd/tools/test/ppsapi/
H A Dppsapitest.c92 if (mode & PPS_OFFSETCLEAR) in main()
/freebsd/sys/sys/
H A Dtimepps.h86 #define PPS_OFFSETCLEAR 0x20 macro
/freebsd/contrib/ntp/include/
H A Dtimepps-SCO.h101 #define PPS_OFFSETCLEAR 0x20 /* apply compensation for clear ev. */ macro
H A Dtimepps-SunOS.h101 #define PPS_OFFSETCLEAR 0x20 /* apply compensation for clear ev. */ macro
H A Dtimepps-Solaris.h101 #define PPS_OFFSETCLEAR 0x20 /* apply compensation for clear ev. */ macro
/freebsd/sys/kern/
H A Dkern_tc.c1742 pps->ppscap |= PPS_OFFSETCLEAR; in pps_init()
1832 foff = pps->ppsparam.mode & PPS_OFFSETCLEAR; in pps_event()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c2934 mode_ppsoffset = PPS_OFFSETCLEAR; in parse_ppsapi()
2948 if (mode_ppsoffset == PPS_OFFSETCLEAR) in parse_ppsapi()
4031 if (parse->atom.pps_params.mode & (PPS_OFFSETCLEAR|PPS_OFFSETASSERT)) in parse_process()
H A Drefclock_oncore.c876 mode1 = PPS_OFFSETCLEAR; in oncore_ppsapi()