Searched refs:AT91_RTC_MONTH (Results 1 – 2 of 2) sorted by relevance
/drivers/rtc/ | ||
D | rtc-at91rm9200.h | 40 #define AT91_RTC_MONTH (0x1f << 16) /* Current Month */ macro |
D | rtc-at91rm9200.c | 132 tm->tm_mon = bcd2bin((date & AT91_RTC_MONTH) >> 16) - 1; in at91_rtc_decodetime() |