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

  /src/sys/arch/arm/sa11x0/
sa11x0_ost.c 148 uint32_t oscr, nextmatch, oldmatch; local in function:clockintr
154 oldmatch = sc->sc_clock_count;
155 nextmatch = oldmatch + TIMER_FREQUENCY / hz;
160 if ((nextmatch > oldmatch &&
161 (oscr > nextmatch || oscr < oldmatch)) ||
162 (nextmatch < oldmatch && oscr > nextmatch && oscr < oldmatch)) {
187 uint32_t oscr, nextmatch, oldmatch; local in function:statintr
193 oldmatch = sc->sc_statclock_count;
194 nextmatch = oldmatch + sc->sc_statclock_step
    [all...]

Completed in 11 milliseconds