Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/rtc/
H A Dds1286.h21 #define RTC_DAY_ALARM 7 macro
/openbmc/linux/drivers/rtc/
H A 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()