Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-at91/include/mach/
Dat91_rtc.h46 #define AT91_RTC_DATE (0x3f << 24) /* Current Date */ macro
/linux-2.6.39/drivers/rtc/
Drtc-at91rm9200.c70 tm->tm_mday = bcd2bin((date & AT91_RTC_DATE) >> 24); in at91_rtc_decodetime()