Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c2677 sc->sc_lastcalreset = 0; in ath_init()
5480 sc->sc_lastcalreset = ticks; in ath_calibrate()
5538 if (sc->sc_lastcalreset == 0) in ath_calibrate()
5539 sc->sc_lastcalreset = sc->sc_lastlongcal; in ath_calibrate()
5540 else if (ticks - sc->sc_lastcalreset >= ath_resetcalinterval*hz) in ath_calibrate()
H A Dif_athvar.h801 int sc_lastcalreset;/* last cal reset done */ member