Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmc146818rtc.h59 #define RTC_DAY_OF_WEEK 6 macro
/Linux-v5.4/arch/sh/include/asm/
Dsmc37c93x.h171 #define RTC_DAY_OF_WEEK 6 macro
/Linux-v5.4/arch/m68k/atari/
Dtime.c269 wday = RTC_READ( RTC_DAY_OF_WEEK ); in atari_tt_hwclk()
278 if (wday >= 0) RTC_WRITE( RTC_DAY_OF_WEEK, wday ); in atari_tt_hwclk()
/Linux-v5.4/drivers/char/
Drtc.c1214 rtc_tm->tm_wday = CMOS_READ(RTC_DAY_OF_WEEK); in rtc_get_rtc_time()