Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodbq4802.c329 regc = BQ4802_DATA_REG(RTC_ENABLES); in todbq4802_set_power_alarm()
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()
358 regc = BQ4802_DATA_REG(RTC_ENABLES); in todbq4802_clear_power_alarm()
359 BQ4802_DATA_REG(RTC_ENABLES) = regc & ~(RTC_AIE | RTC_ABE); in todbq4802_clear_power_alarm()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodbq4802.h64 #define RTC_ENABLES 0xc /* Control Register C */ macro