Lines Matching refs:regb
270 uint8_t regb; in write_rtc_time() local
276 regb = RTC_GET8(RTC_B); in write_rtc_time()
277 RTC_PUT8(RTC_B, (regb | RTC_SET)); in write_rtc_time()
317 RTC_PUT8(RTC_B, regb); in write_rtc_time()
337 uint8_t regb; in todm5819_set_power_alarm() local
346 regb = RTC_GET8(RTC_B); in todm5819_set_power_alarm()
347 RTC_PUT8(RTC_B, (regb & ~RTC_AIE)); in todm5819_set_power_alarm()
359 RTC_PUT8(RTC_B, (regb | RTC_AIE)); in todm5819_set_power_alarm()
368 uint8_t regb; in todm5819_clear_power_alarm() local
371 regb = RTC_GET8(RTC_B); in todm5819_clear_power_alarm()
372 RTC_PUT8(RTC_B, (regb & ~RTC_AIE)); in todm5819_clear_power_alarm()