Searched refs:AT91_RTC_CENT (Results 1 – 2 of 2) sorted by relevance
37 #define AT91_RTC_CENT (0x7f << 0) /* Current Century */ macro
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()