Searched refs:tf_counter (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/gemini/
H A Dgemini_timervar.h47 uint32_t tf_counter; member in struct:timer_factors
H A Dgemini_timer.c207 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 189 milliseconds