Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dntp_internal.h13 extern void __hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts);
H A Dtimekeeping.c2769 void hardpps(const struct timespec64 *phase_ts, const struct timespec64 *raw_ts) in hardpps() argument
2772 __hardpps(phase_ts, raw_ts); in hardpps()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dptp.c214 u32 raw_ts; in mv88e6352_tai_event_work() local
233 raw_ts = ((u32)status[2] << 16) | status[1]; in mv88e6352_tai_event_work()
251 ev.timestamp = timecounter_cyc2time(&chip->tstamp_tc, raw_ts); in mv88e6352_tai_event_work()