Searched refs:sc_lastcalreset (Results 1 – 2 of 2) sorted by relevance
2095 sc->sc_lastcalreset = 0; in ath_init()5096 sc->sc_lastcalreset = ticks; in ath_calibrate()5140 if (sc->sc_lastcalreset == 0) in ath_calibrate()5141 sc->sc_lastcalreset = sc->sc_lastlongcal; in ath_calibrate()5142 else if (ticks - sc->sc_lastcalreset >= ath_resetcalinterval*hz) in ath_calibrate()
769 int sc_lastcalreset;/* last cal reset done */ member