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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-pl031.c56 #define RTC_SEC_SHIFT 0 macro
57 #define RTC_SEC_MASK (0x3F << RTC_SEC_SHIFT) /* Second [0-59] */
128 | (tm->tm_sec << RTC_SEC_SHIFT);
145 tm->tm_sec = ((st_time & RTC_SEC_MASK) >> RTC_SEC_SHIFT);

Completed in 59 milliseconds