Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dntp_internal.h14 extern void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts);
Dntp.c982 void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in __hardpps() argument
998 pps_fbase = *raw_ts; in __hardpps()
1003 freq_norm = pps_normalize_ts(timespec64_sub(*raw_ts, pps_fbase)); in __hardpps()
1012 pps_fbase = *raw_ts; in __hardpps()
1023 pps_fbase = *raw_ts; in __hardpps()
Dtimekeeping.c2377 void hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in hardpps() argument
2384 __hardpps(phase_ts, raw_ts); in hardpps()
/Linux-v5.4/drivers/net/dsa/mv88e6xxx/
Dptp.c158 u32 raw_ts; in mv88e6352_tai_event_work() local
177 raw_ts = ((u32)status[2] << 16) | status[1]; in mv88e6352_tai_event_work()
191 ev.timestamp = timecounter_cyc2time(&chip->tstamp_tc, raw_ts); in mv88e6352_tai_event_work()