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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dtimer.c50 if (t->count == t->count_max) {
76 timer->count_max = timer->delay / (card->timer_delay < 1024 ? card->timer_delay : 1024);
77 timer->count = timer->count_max - 1;
93 t->count_max = t->delay / delay;
96 t->count = t->count_max - 1;
141 t->count_max = t->delay / delay;
142 t->count = t->count_max - 1;
H A Dtimer.h40 u16 count_max; /* number of interrupts needed to schedule the bh */ member in struct:emu_timer

Completed in 95 milliseconds