Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-at91/include/mach/
Dat91_rtc.h43 #define AT91_RTC_YEAR (0xff << 8) /* Current Year */ macro
/linux-2.6.39/drivers/rtc/
Drtc-at91rm9200.c66 tm->tm_year += bcd2bin((date & AT91_RTC_YEAR) >> 8); /* year */ in at91_rtc_decodetime()