Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/rtc/
Drtc-goldfish.c28 #define TIMER_ALARM_HIGH 0x0c /* set high bits of next alarm */ macro
53 rtc_alarm_high = readl(base + TIMER_ALARM_HIGH); in goldfish_rtc_read_alarm()
88 writel((rtc_alarm64 >> 32), base + TIMER_ALARM_HIGH); in goldfish_rtc_set_alarm()