Searched refs:todval (Results 1 – 4 of 4) sorted by relevance
55 void tod_to_timeval(__u64 todval, struct timeval *xtime) in tod_to_timeval() argument57 todval >>= 12; in tod_to_timeval()58 xtime->tv_sec = todval / 1000000; in tod_to_timeval()59 xtime->tv_usec = todval % 1000000; in tod_to_timeval()
60 extern void tod_to_timeval(uint64_t todval, struct timeval *xtime);
55 void tod_to_timeval(__u64 todval, struct timeval *xtime) in tod_to_timeval() argument84 : "=m" (*xtime) : "m" (todval), in tod_to_timeval()