Searched refs:RTC_CTRL_AL_EN (Results 1 – 1 of 1) sorted by relevance
815 #define RTC_CTRL_AL_EN (1 << 1) macro967 w->enabled = !!(the_menelaus->rtc_control & RTC_CTRL_AL_EN); in menelaus_read_alarm()983 if (the_menelaus->rtc_control & RTC_CTRL_AL_EN) { in menelaus_set_alarm()984 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()1024 if (the_menelaus->rtc_control & RTC_CTRL_AL_EN) in menelaus_ioctl()1026 the_menelaus->rtc_control |= RTC_CTRL_AL_EN; in menelaus_ioctl()1029 if (!(the_menelaus->rtc_control & RTC_CTRL_AL_EN)) in menelaus_ioctl()1031 the_menelaus->rtc_control &= ~RTC_CTRL_AL_EN; in menelaus_ioctl()1076 the_menelaus->rtc_control &= ~RTC_CTRL_AL_EN; in menelaus_rtc_alarm_work()[all …]