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

/linux-master/include/linux/
H A Dpps_kernel.h37 struct timespec64 ts_raw; member in struct:pps_event_time
107 ts->ts_raw = ktime_to_timespec64(snap.raw);
116 ts->ts_raw = timespec64_sub(ts->ts_raw, delta);
/linux-master/drivers/pps/
H A Dkc.c107 hardpps(&ts->ts_real, &ts->ts_raw);
/linux-master/drivers/net/phy/
H A Dnxp-c45-tja11xx.c696 u32 ts_raw; local
711 ts_raw = __be32_to_cpu(NXP_C45_SKB_CB(skb)->header->reserved2);
712 hwts.sec = ts_raw >> 30;
713 hwts.nsec = ts_raw & GENMASK(29, 0);

Completed in 106 milliseconds