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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c5380 int nextcal; local
5482 nextcal = ath_shortcalinterval*hz/1000;
5484 nextcal *= 10;
5487 /* nextcal should be the shortest time for next event */
5488 nextcal = ath_longcalinterval*hz;
5497 nextcal = MIN(nextcal, ath_anicalinterval*hz/1000);
5499 if (nextcal != 0) {
5501 __func__, nextcal, isCalDone ? "" : "!");
5502 callout_reset(&sc->sc_cal_ch, nextcal, ath_calibrat
[all...]

Completed in 36 milliseconds