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

/linux-4.1.27/include/linux/
H A Dds1286.h21 #define RTC_DAY_ALARM 7 macro
/linux-4.1.27/drivers/rtc/
H A Drtc-ds1286.c113 ((ds1286_rtc_read(priv, RTC_DAY_ALARM) & 0x80) >> 7); ds1286_proc()
280 alm->time.tm_wday = ds1286_rtc_read(priv, RTC_DAY_ALARM) & 0x07; ds1286_read_alarm()

Completed in 72 milliseconds