HomeSort by: relevance | last modified time | path
    Searched refs:tf_counter (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/gemini/
gemini_timervar.h 47 uint32_t tf_counter; member in struct:timer_factors
gemini_timer.c 207 GEMINI_TIMERn_COUNTER(n), tfp->tf_counter);
239 _timer_reload(sc, sc->sc_tf.tf_counter);
252 _timer_reload(sc, sc->sc_tf.tf_counter);
382 tfp->tf_counter = ~0U;
388 tfp->tf_counter = count_freq;
393 tfp->tf_reload = tfp->tf_counter; /* auto-reload */
413 printf("\ttf_counter: %#x\n", tfp->tf_counter);

Completed in 12 milliseconds