Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/
Dif_ath.c1596 sc->sc_lastcalreset = 0; in ath_init()
4634 sc->sc_lastcalreset = ticks; in ath_calibrate()
4677 if (sc->sc_lastcalreset == 0) in ath_calibrate()
4678 sc->sc_lastcalreset = sc->sc_lastlongcal; in ath_calibrate()
4679 else if (ticks - sc->sc_lastcalreset >= ath_resetcalinterval*hz) in ath_calibrate()
Dif_athvar.h346 int sc_lastcalreset;/* last cal reset done */ member