Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-amlogic-a4.c28 #define RTC_ALARM0_REG (0x2 << 2) /* Program RTC alarm0 value */ macro
157 regmap_write(rtc->map, RTC_ALARM0_REG, alarm_sec); in aml_rtc_set_alarm()
176 regmap_read(rtc->map, RTC_ALARM0_REG, &alarm_sec); in aml_rtc_read_alarm()
278 regmap_write(rtc->map, RTC_ALARM0_REG, 0); in aml_rtc_handler()