Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/rtc/
Drtc-goldfish.c22 #define TIMER_TIME_LOW 0x00 /* get low bits of current time */ macro
145 time_low = readl(base + TIMER_TIME_LOW); in goldfish_rtc_read_time()
171 writel(now64, base + TIMER_TIME_LOW); in goldfish_rtc_set_time()