Searched refs:AT91_RTC_CENT (Results 1 – 2 of 2) sorted by relevance
42 #define AT91_RTC_CENT (0x7f << 0) /* Current Century */ macro
137 tm->tm_year = bcd2bin(date & AT91_RTC_CENT) * 100; /* century */ in at91_rtc_decodetime()