Searched refs:RTC_ABE (Results 1 – 2 of 2) sorted by relevance
330 BQ4802_DATA_REG(RTC_ENABLES) = regc & ~(RTC_AIE | RTC_ABE); in todbq4802_set_power_alarm()345 BQ4802_DATA_REG(RTC_ENABLES) = regc | RTC_AIE | RTC_ABE; in todbq4802_set_power_alarm()359 BQ4802_DATA_REG(RTC_ENABLES) = regc & ~(RTC_AIE | RTC_ABE); in todbq4802_clear_power_alarm()
77 #define RTC_ABE 0x01 /* Alarm Int. Enable in Battery-backup Mode */ macro