Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-amlogic-a4.c35 #define RTC_INT_MASK (0x8 << 2) /* RTC interrupt mask */ macro
144 regmap_update_bits(rtc->map, RTC_INT_MASK, in aml_rtc_set_alarm()
175 alarm_mask = regmap_test_bits(rtc->map, RTC_INT_MASK, RTC_ALRM0_IRQ_MSK); in aml_rtc_read_alarm()
245 regmap_update_bits(rtc->map, RTC_INT_MASK, in aml_rtc_alarm_enable()
248 regmap_update_bits(rtc->map, RTC_INT_MASK, in aml_rtc_alarm_enable()
312 regmap_write_bits(rtc->map, RTC_INT_MASK, in aml_rtc_init()
H A Drtc-spear.c73 #define RTC_INT_MASK (1<<31) macro
92 val |= RTC_INT_MASK; in spear_rtc_clear_interrupt()
160 if ((irq_data & RTC_INT_MASK)) { in spear_rtc_irq()