Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/ntpd/
Drefclock_nmea.c691 #define PPS_RELATE_NONE 0 /* no pps correlation possible */ macro
711 return PPS_RELATE_NONE; /* clock is insane, no chance */ in refclock_ppsrelate()
717 return PPS_RELATE_NONE; /* can't get time stamps */ in refclock_ppsrelate()
725 return PPS_RELATE_NONE; /* WHICH edge, please?!? */ in refclock_ppsrelate()
734 return PPS_RELATE_NONE; /* PPS timeout control */ in refclock_ppsrelate()
741 return PPS_RELATE_NONE; /* dead band control */ in refclock_ppsrelate()
1076 case PPS_RELATE_NONE: in nmea_receive()