Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-goldfish.c14 #define TIMER_TIME_LOW 0x00 /* get low bits of current time */ macro
17 /* TIMER_TIME_LOW read */
131 time_low = readl(base + TIMER_TIME_LOW); in goldfish_rtc_read_time()
153 writel(now64, base + TIMER_TIME_LOW); in goldfish_rtc_set_time()
/kernel/linux/linux-6.6/include/clocksource/
H A Dtimer-goldfish.h11 * TIMER_TIME_LOW get low bits of current time and update TIMER_TIME_HIGH
12 * TIMER_TIME_HIGH get high bits of time at last TIMER_TIME_LOW read
20 #define TIMER_TIME_LOW 0x00 macro
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-goldfish.c121 time_low = gf_ioread32(base + TIMER_TIME_LOW); in goldfish_rtc_read_time()
143 gf_iowrite32(now64, base + TIMER_TIME_LOW); in goldfish_rtc_set_time()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-goldfish.c40 time_low = gf_ioread32(base + TIMER_TIME_LOW); in goldfish_timer_read()

Completed in 2 milliseconds