Home
last modified time | relevance | path

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

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