Home
last modified time | relevance | path

Searched refs:now64 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/rtc/
Drtc-goldfish.c160 u64 now64; in goldfish_rtc_set_time() local
168 now64 = now * NSEC_PER_SEC; in goldfish_rtc_set_time()
169 writel((now64 >> 32), base + TIMER_TIME_HIGH); in goldfish_rtc_set_time()
170 writel(now64, base + TIMER_TIME_LOW); in goldfish_rtc_set_time()
/Linux-v4.19/kernel/time/
Dntp.c563 int __weak update_persistent_clock64(struct timespec64 now64) in update_persistent_clock64() argument
567 now = timespec64_to_timespec(now64); in update_persistent_clock64()