Searched refs:ts_raw (Results 1 – 3 of 3) sorted by relevance
37 struct timespec64 ts_raw; member107 ts->ts_raw = ktime_to_timespec64(snap.raw); in pps_get_ts()116 ts->ts_raw = timespec64_sub(ts->ts_raw, delta); in pps_sub_ts()
107 hardpps(&ts->ts_real, &ts->ts_raw); in pps_kc_event()
417 u32 ts_raw; in nxp_c45_do_aux_work() local432 ts_raw = __be32_to_cpu(NXP_C45_SKB_CB(skb)->header->reserved2); in nxp_c45_do_aux_work()433 hwts.sec = ts_raw >> 30; in nxp_c45_do_aux_work()434 hwts.nsec = ts_raw & GENMASK(29, 0); in nxp_c45_do_aux_work()
Completed in 9 milliseconds