Searched refs:AT91_RTC_CENT (Results 1 – 1 of 1) sorted by relevance
50 #define AT91_RTC_CENT GENMASK(6, 0) /* Current Century */ macro180 tm->tm_year = bcd2bin(date & AT91_RTC_CENT) * 100; /* century */ in at91_rtc_decodetime()227 FIELD_PREP(AT91_RTC_CENT, in at91_rtc_settime()