Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Drefclock_mx4200.c145 pps_params_t pps_p; member
329 if (time_pps_getparams(up->pps_h, &up->pps_p) < 0) { in mx4200_config()
339 up->pps_p.mode = PPS_CAPTUREASSERT | PPS_TSFMT_TSPEC; in mx4200_config()
340 up->pps_p.mode &= mode; /* only set what is legal */ in mx4200_config()
342 if (time_pps_setparams(up->pps_h, &up->pps_p) < 0) { in mx4200_config()
H A Drefclock_oncore.c277 pps_params_t pps_p; member
860 if (time_pps_getparams(instance->pps_h, &instance->pps_p) < 0) { in oncore_ppsapi()
896 instance->pps_p.mode = (mode | mode1 | PPS_TSFMT_TSPEC) & cap; in oncore_ppsapi()
898 if (time_pps_setparams(instance->pps_h, &instance->pps_p) < 0) { in oncore_ppsapi()
1744 instance->pps_p.assert_offset.tv_nsec = -dt2; in oncore_get_timestamp()
1746 instance->pps_p.clear_offset.tv_nsec = -dt2; in oncore_get_timestamp()
1776 current_params.mode |= instance->pps_p.mode; in oncore_get_timestamp()