Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-goldfish.c15 /* and update TIMER_TIME_HIGH */
16 #define TIMER_TIME_HIGH 0x04 /* get high bits of time at last */ macro
132 time_high = readl(base + TIMER_TIME_HIGH); in goldfish_rtc_read_time()
152 writel((now64 >> 32), base + TIMER_TIME_HIGH); 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
21 #define TIMER_TIME_HIGH 0x04 macro
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-goldfish.c122 time_high = gf_ioread32(base + TIMER_TIME_HIGH); in goldfish_rtc_read_time()
142 gf_iowrite32((now64 >> 32), base + TIMER_TIME_HIGH); in goldfish_rtc_set_time()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-goldfish.c41 time_high = gf_ioread32(base + TIMER_TIME_HIGH); in goldfish_timer_read()

Completed in 2 milliseconds