Searched refs:AT91_RTC_DAY (Results 1 – 1 of 1) sorted by relevance
54 #define AT91_RTC_DAY GENMASK(23, 21) /* Current Day */ macro184 tm->tm_wday = bcd2bin(FIELD_GET(AT91_RTC_DAY, date)) - 1; /* day of the week [0-6], Sunday=0 */ in at91_rtc_decodetime()232 | FIELD_PREP(AT91_RTC_DAY, bin2bcd(tm->tm_wday + 1)) in at91_rtc_settime()
Completed in 4 milliseconds