Home
last modified time | relevance | path

Searched refs:RTC_WEEKDAY (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/cris/include/asm/
Drtc.h12 # define RTC_WEEKDAY 5 macro
46 # define RTC_WEEKDAY 0x06 /* Not coded in BCD! */ macro
/linux-3.4.99/arch/cris/arch-v10/drivers/
Dpcf8563.c84 case RTC_WEEKDAY: in pcf8563_readreg()
117 tm->tm_wday = rtc_read(RTC_WEEKDAY); in get_rtc_time()
297 rtc_write(RTC_WEEKDAY, tm.tm_wday); /* Not coded in BCD. */ in pcf8563_ioctl()
/linux-3.4.99/drivers/rtc/
Drtc-max8998.c64 RTC_WEEKDAY, enumerator
91 tm->tm_wday = data[RTC_WEEKDAY] & 0x07; in max8998_data_to_tm()
103 data[RTC_WEEKDAY] = tm->tm_wday; in max8998_tm_to_data()
Drtc-max8925.c23 RTC_WEEKDAY, enumerator
97 tm->tm_wday = buf[RTC_WEEKDAY] & 0x07; in tm_calc()
137 buf[RTC_WEEKDAY] = tm->tm_wday; in data_calc()
/linux-3.4.99/include/linux/mfd/s5m87xx/
Ds5m-rtc.h77 RTC_WEEKDAY, enumerator
/linux-3.4.99/arch/m32r/include/asm/
Drtc.h10 # define RTC_WEEKDAY 5 macro