Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-goldfish.c20 #define TIMER_ALARM_HIGH 0x0c /* set high bits of next alarm */ macro
45 rtc_alarm_high = readl(base + TIMER_ALARM_HIGH); in goldfish_rtc_read_alarm()
74 writel((rtc_alarm64 >> 32), base + TIMER_ALARM_HIGH); in goldfish_rtc_set_alarm()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-goldfish.c53 gf_iowrite32(0, base + TIMER_ALARM_HIGH); in goldfish_timer_set_oneshot()
81 gf_iowrite32(upper_32_bits(now), base + TIMER_ALARM_HIGH); in goldfish_timer_next_event() local
/kernel/linux/linux-6.6/include/clocksource/
H A Dtimer-goldfish.h14 * TIMER_ALARM_HIGH set high bits of next alarm
23 #define TIMER_ALARM_HIGH 0x0c macro
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-goldfish.c35 rtc_alarm_high = gf_ioread32(base + TIMER_ALARM_HIGH); in goldfish_rtc_read_alarm()
64 gf_iowrite32((rtc_alarm64 >> 32), base + TIMER_ALARM_HIGH); in goldfish_rtc_set_alarm()

Completed in 2 milliseconds