Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H 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()
/openbmc/linux/drivers/pps/
H A Dkc.c107 hardpps(&ts->ts_real, &ts->ts_raw); in pps_kc_event()
/openbmc/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx.c713 u32 ts_raw; in nxp_c45_do_aux_work() local
728 ts_raw = __be32_to_cpu(NXP_C45_SKB_CB(skb)->header->reserved2); in nxp_c45_do_aux_work()
729 hwts.sec = ts_raw >> 30; in nxp_c45_do_aux_work()
730 hwts.nsec = ts_raw & GENMASK(29, 0); in nxp_c45_do_aux_work()