AT91_RTC_YEAR
tm->tm_year += bcd2bin(FIELD_GET(AT91_RTC_YEAR, date)); /* year */
| FIELD_PREP(AT91_RTC_YEAR, bin2bcd(tm->tm_year % 100))