Home
last modified time | relevance | path

Searched refs:tmpDouble (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.c198 uint64_t tmpDouble; in FM_RTC_Init() local
233 tmpDouble = 10000 * (uint64_t)p_Rtc->clockPeriodNanoSec * (uint64_t)p_Rtc->srcClkFreqMhz; in FM_RTC_Init()
234 if ((tmpDouble) <= 10001) in FM_RTC_Init()