Searched refs:RTC_CTRL_AL_EN (Results 1 – 1 of 1) sorted by relevance
829 #define RTC_CTRL_AL_EN (1 << 1) macro981 w->enabled = !!(the_menelaus->rtc_control & RTC_CTRL_AL_EN); in menelaus_read_alarm()997 if (the_menelaus->rtc_control & RTC_CTRL_AL_EN) { in menelaus_set_alarm()998 the_menelaus->rtc_control &= ~RTC_CTRL_AL_EN; in menelaus_set_alarm()1012 the_menelaus->rtc_control |= RTC_CTRL_AL_EN; in menelaus_set_alarm()1038 if (the_menelaus->rtc_control & RTC_CTRL_AL_EN) in menelaus_ioctl()1040 the_menelaus->rtc_control |= RTC_CTRL_AL_EN; in menelaus_ioctl()1043 if (!(the_menelaus->rtc_control & RTC_CTRL_AL_EN)) in menelaus_ioctl()1045 the_menelaus->rtc_control &= ~RTC_CTRL_AL_EN; in menelaus_ioctl()1090 the_menelaus->rtc_control &= ~RTC_CTRL_AL_EN; in menelaus_rtc_alarm_work()[all …]