Home
last modified time | relevance | path

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

/Linux-v6.1/include/clocksource/
Dtimer-goldfish.h20 #define TIMER_TIME_LOW 0x00 macro
/Linux-v6.1/drivers/rtc/
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()
/Linux-v6.1/drivers/clocksource/
Dtimer-goldfish.c40 time_low = gf_ioread32(base + TIMER_TIME_LOW); in goldfish_timer_read()