Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-goldfish.c136 u64 now64; in goldfish_rtc_set_time() local
141 now64 = rtc_tm_to_time64(tm) * NSEC_PER_SEC; in goldfish_rtc_set_time()
142 gf_iowrite32((now64 >> 32), base + TIMER_TIME_HIGH); in goldfish_rtc_set_time()
143 gf_iowrite32(now64, base + TIMER_TIME_LOW); in goldfish_rtc_set_time()
/openbmc/linux/kernel/time/
H A Dntp.c568 int __weak update_persistent_clock64(struct timespec64 now64) in update_persistent_clock64() argument
573 static inline int update_persistent_clock64(struct timespec64 now64) in update_persistent_clock64() argument