Home
last modified time | relevance | path

Searched refs:sc_lastlongcal (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath.c2667 sc->sc_lastlongcal = ticks; in ath_init()
5436 longCal = (ticks - sc->sc_lastlongcal >= ath_longcalinterval*hz); in ath_calibrate()
5450 sc->sc_lastlongcal = ticks; in ath_calibrate()
5531 sc->sc_lastcalreset = sc->sc_lastlongcal; in ath_calibrate()
H A Dif_athvar.h800 int sc_lastlongcal; /* last long cal completed */ member