Searched refs:AT91_RTC_DAY (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-at91/
H A Dat91_rtc.h45 #define AT91_RTC_DAY (7 << 21) /* Current Day */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/rtc/
H A Drtc-at91rm9200.c72 tm->tm_wday = BCD2BIN((date & AT91_RTC_DAY) >> 21) - 1; /* day of the week [0-6], Sunday=0 */

Completed in 92 milliseconds