Searched refs:RTC_SECS_IN_U64MSEC (Results 1 – 1 of 1) sorted by relevance
96 #define RTC_SECS_IN_U64MSEC(u64Msec) ((unsigned long)(u64Msec >> 10)) macro1758 RTC_U32SECS_REG_WR(RTC_SECS_IN_U64MSEC(ullMsec)); in PRCMRTCSet()1794 *ulSecs = RTC_SECS_IN_U64MSEC(ullMsec); in PRCMRTCGet()1862 *ulSecs = RTC_SECS_IN_U64MSEC(ullMsec); in PRCMRTCMatchGet()