RTC_DAY_OF_WEEK   269 arch/m68k/atari/time.c         wday = RTC_READ( RTC_DAY_OF_WEEK );
RTC_DAY_OF_WEEK   278 arch/m68k/atari/time.c         if (wday >= 0) RTC_WRITE( RTC_DAY_OF_WEEK, wday );
RTC_DAY_OF_WEEK  1214 drivers/char/rtc.c 	rtc_tm->tm_wday = CMOS_READ(RTC_DAY_OF_WEEK);