Searched refs:AT91_RTC_DAY (Results 1 – 2 of 2) sorted by relevance
45 #define AT91_RTC_DAY (7 << 21) /* Current Day */ macro
140 tm->tm_wday = bcd2bin((date & AT91_RTC_DAY) >> 21) - 1; /* day of the week [0-6], Sunday=0 */ in at91_rtc_decodetime()