Searched refs:RTC_CTRL_AL_EN (Results 1 – 1 of 1) sorted by relevance
816 #define RTC_CTRL_AL_EN (1 << 1) macro968 w->enabled = !!(the_menelaus->rtc_control & RTC_CTRL_AL_EN); in menelaus_read_alarm()984 if (the_menelaus->rtc_control & RTC_CTRL_AL_EN) { in menelaus_set_alarm()985 the_menelaus->rtc_control &= ~RTC_CTRL_AL_EN; in menelaus_set_alarm()999 the_menelaus->rtc_control |= RTC_CTRL_AL_EN; in menelaus_set_alarm()1025 if (the_menelaus->rtc_control & RTC_CTRL_AL_EN) in menelaus_ioctl()1027 the_menelaus->rtc_control |= RTC_CTRL_AL_EN; in menelaus_ioctl()1030 if (!(the_menelaus->rtc_control & RTC_CTRL_AL_EN)) in menelaus_ioctl()1032 the_menelaus->rtc_control &= ~RTC_CTRL_AL_EN; in menelaus_ioctl()1077 the_menelaus->rtc_control &= ~RTC_CTRL_AL_EN; in menelaus_rtc_alarm_work()[all …]