Home
last modified time | relevance | path

Searched refs:RTC_DAY_OF_WEEK (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
Dmc146818rtc.h52 #define RTC_DAY_OF_WEEK 6 macro
/linux-2.6.39/arch/sh/include/asm/
Dsmc37c93x.h170 #define RTC_DAY_OF_WEEK 6 macro
/linux-2.6.39/arch/m68k/atari/
Dtime.c237 wday = RTC_READ( RTC_DAY_OF_WEEK ); in atari_tt_hwclk()
246 if (wday >= 0) RTC_WRITE( RTC_DAY_OF_WEEK, wday ); in atari_tt_hwclk()
/linux-2.6.39/drivers/char/
Drtc.c1333 rtc_tm->tm_wday = CMOS_READ(RTC_DAY_OF_WEEK); in rtc_get_rtc_time()