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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dds1286.h21 #define RTC_DAY_ALARM 7 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Drtc.h51 # define RTC_DAY_ALARM 0x0b macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-ds1286.c111 ((ds1286_rtc_read(priv, RTC_DAY_ALARM) & 0x80) >> 7);
279 alm->time.tm_wday = ds1286_rtc_read(priv, RTC_DAY_ALARM) & 0x07;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Dpcf8563.c184 if (rtc_write(RTC_DAY_ALARM, 0x80) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dpcf8563.c180 if (rtc_write(RTC_DAY_ALARM, 0x80) < 0)

Completed in 136 milliseconds