Searched refs:RTC_INT_REG_ALARM_EN (Results 1 – 1 of 1) sorted by relevance
73 #define RTC_INT_REG_ALARM_EN BIT(7) macro301 alrm->enabled = (int_reg & RTC_INT_REG_ALARM_EN) ? 1 : 0; in rockchip_rtc_readalarm()