Home
last modified time | relevance | path

Searched refs:AT91_RTC_CENT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-at91rm9200.c47 #define AT91_RTC_CENT GENMASK(6, 0) /* Current Century */ macro
173 tm->tm_year = bcd2bin(date & AT91_RTC_CENT) * 100; /* century */ in at91_rtc_decodetime()
220 FIELD_PREP(AT91_RTC_CENT, in at91_rtc_settime()
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_rtc.h38 #define AT91_RTC_CENT (0x7f << 0) /* Current Century */ macro