Searched refs:targetClockCount (Results 1 – 2 of 2) sorted by relevance
67 uint32_t targetClockCount = TARGET_CLOCK_COUNT(base); in FMEAS_GetFrequency() local70 if (((int32_t)targetClockCount) > 0) in FMEAS_GetFrequency()72 clkrate = (((uint64_t)targetClockCount) * (uint64_t)refClockRate) / REFERENCE_CLOCK_COUNT; in FMEAS_GetFrequency()87 uint32_t *targetClockCount) in FMEAS_GetCountWithScale() argument89 *targetClockCount = TARGET_CLOCK_COUNT(base); in FMEAS_GetCountWithScale()
161 uint32_t *targetClockCount);