Lines Matching defs:tod
28 static struct timespec64 tod_to_timespec64(unsigned long tod)
30 return ns_to_timespec64(tod_to_ns(tod - TOD_UNIX_EPOCH));
36 union tod_clock tod;
41 store_tod_clock_ext(&tod);
42 *ts = eitod_to_timespec64(&tod);
49 unsigned long tod;
51 ptff(&tod, sizeof(tod), PTFF_QPT);
52 *ts = tod_to_timespec64(tod);
69 *device_time = ns_to_ktime(tod_to_ns(clk.tod - TOD_UNIX_EPOCH));
70 system_counter->cycles = clk.tod;