Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpps_kernel.h37 struct timespec64 ts_raw; member
107 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()
/linux/drivers/pps/
A Dkc.c107 hardpps(&ts->ts_real, &ts->ts_raw); in pps_kc_event()
/linux/drivers/net/phy/
A Dnxp-c45-tja11xx.c417 u32 ts_raw; in nxp_c45_do_aux_work() local
432 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