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

/freebsd-13-stable/sys/dev/ath/
H A Dif_ath.c5369 int nextcal; local
5471 nextcal = ath_shortcalinterval*hz/1000;
5473 nextcal *= 10;
5476 /* nextcal should be the shortest time for next event */
5477 nextcal = ath_longcalinterval*hz;
5486 nextcal = MIN(nextcal, ath_anicalinterval*hz/1000);
5488 if (nextcal != 0) {
5490 __func__, nextcal, isCalDone ? "" : "!");
5491 callout_reset(&sc->sc_cal_ch, nextcal, ath_calibrat
[all...]

Completed in 181 milliseconds