Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/rtc/
Dds1286.h21 #define RTC_DAY_ALARM 7 macro
/linux-5.19.10/drivers/rtc/
Drtc-ds1286.c107 ((ds1286_rtc_read(priv, RTC_DAY_ALARM) & 0x80) >> 7); in ds1286_proc()
274 alm->time.tm_wday = ds1286_rtc_read(priv, RTC_DAY_ALARM) & 0x07; in ds1286_read_alarm()