Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-goldfish.c18 #define TIMER_ALARM_LOW 0x08 /* set low bits of alarm and */ macro
44 rtc_alarm_low = readl(base + TIMER_ALARM_LOW); in goldfish_rtc_read_alarm()
75 writel(rtc_alarm64, base + TIMER_ALARM_LOW); in goldfish_rtc_set_alarm()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-goldfish.c54 gf_iowrite32(0, base + TIMER_ALARM_LOW); in goldfish_timer_set_oneshot()
82 gf_iowrite32(lower_32_bits(now), base + TIMER_ALARM_LOW); in goldfish_timer_next_event() local
/kernel/linux/linux-6.6/include/clocksource/
H A Dtimer-goldfish.h13 * TIMER_ALARM_LOW set low bits of alarm and activate it
22 #define TIMER_ALARM_LOW 0x08 macro
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-goldfish.c34 rtc_alarm_low = gf_ioread32(base + TIMER_ALARM_LOW); in goldfish_rtc_read_alarm()
65 gf_iowrite32(rtc_alarm64, base + TIMER_ALARM_LOW); in goldfish_rtc_set_alarm()

Completed in 2 milliseconds