Searched refs:RTC_CTRL_AL_EN (Results 1 – 1 of 1) sorted by relevance
855 #define RTC_CTRL_AL_EN (1 << 1) macro1007 w->enabled = !!(the_menelaus->rtc_control & RTC_CTRL_AL_EN); in menelaus_read_alarm()1023 if (the_menelaus->rtc_control & RTC_CTRL_AL_EN) { in menelaus_set_alarm()1024 the_menelaus->rtc_control &= ~RTC_CTRL_AL_EN; in menelaus_set_alarm()1038 the_menelaus->rtc_control |= RTC_CTRL_AL_EN; in menelaus_set_alarm()1066 if (the_menelaus->rtc_control & RTC_CTRL_AL_EN) in menelaus_ioctl()1068 the_menelaus->rtc_control |= RTC_CTRL_AL_EN; in menelaus_ioctl()1071 if (!(the_menelaus->rtc_control & RTC_CTRL_AL_EN)) in menelaus_ioctl()1073 the_menelaus->rtc_control &= ~RTC_CTRL_AL_EN; in menelaus_ioctl()1120 the_menelaus->rtc_control &= ~RTC_CTRL_AL_EN; in menelaus_rtc_alarm_work()[all …]