Home
last modified time | relevance | path

Searched refs:RTC_CTRL_AL_EN (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/mfd/
H A Dmenelaus.c815 #define RTC_CTRL_AL_EN (1 << 1) macro
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()
1110 || (m->rtc_control & RTC_CTRL_AL_EN) in menelaus_rtc_init()
[all …]