HomeSort by: relevance | last modified time | path
    Searched defs:count_freq (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/gemini/
gemini_timer.c 384 uint32_t count_freq; local in function:timer_factors
386 count_freq = GEMINI_TIMER_CLOCK_FREQ;
387 count_freq /= ints_per_sec;
388 tfp->tf_counter = count_freq;

Completed in 52 milliseconds