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

/linux-4.1.27/drivers/rtc/
H A Drtc-ds1685.c262 wday = rtc->read(rtc, RTC_WDAY); ds1685_rtc_read_time()
354 rtc->write(rtc, RTC_WDAY, wday); ds1685_rtc_set_time()
1547 { "wday", RTC_WDAY, RTC_WDAY_MASK, 1, 7 },
1564 { "wday", RTC_WDAY, RTC_WDAY_MASK, 0x01, 0x07 },
/linux-4.1.27/include/linux/rtc/
H A Dds1685.h100 #define RTC_WDAY 0x06 /* Day of Week 01-07 */ macro

Completed in 53 milliseconds