Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-goldfish.c22 #define TIMER_TIME_LOW 0x00 /* get low bits of current time */ macro
144 time_low = readl(base + TIMER_TIME_LOW); in goldfish_rtc_read_time()
170 writel(now64, base + TIMER_TIME_LOW); in goldfish_rtc_set_time()