Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dntp.c107 static struct timespec64 pps_fbase; /* beginning of the last freq interval */ variable
150 pps_fbase.tv_sec = pps_fbase.tv_nsec = 0; in pps_clear()
1045 if (unlikely(pps_fbase.tv_sec == 0)) { in __hardpps()
1046 pps_fbase = *raw_ts; in __hardpps()
1051 freq_norm = pps_normalize_ts(timespec64_sub(*raw_ts, pps_fbase)); in __hardpps()
1060 pps_fbase = *raw_ts; in __hardpps()
1071 pps_fbase = *raw_ts; in __hardpps()