Searched refs:AT91_RTC_DAY (Results 1 – 2 of 2) sorted by relevance
40 #define AT91_RTC_DAY (7 << 21) /* Current Day */ macro
53 #define AT91_RTC_DAY GENMASK(23, 21) /* Current Day */ macro183 tm->tm_wday = bcd2bin(FIELD_GET(AT91_RTC_DAY, date)) - 1; /* day of the week [0-6], Sunday=0 */ in at91_rtc_decodetime()231 | FIELD_PREP(AT91_RTC_DAY, bin2bcd(tm->tm_wday + 1)) in at91_rtc_settime()