Searched refs:AT91_RTC_SEC (Results 1 – 2 of 2) sorted by relevance
36 #define AT91_RTC_SEC (0x7f << 0) /* Current Second */ macro
128 tm->tm_sec = bcd2bin((time & AT91_RTC_SEC) >> 0); in at91_rtc_decodetime()