Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c2679 sc->sc_lastshortcal = ticks; in ath_init()
5447 shortCal = (ticks - sc->sc_lastshortcal >= ath_shortcalinterval*hz/1000); in ath_calibrate()
5481 sc->sc_lastshortcal = ticks; in ath_calibrate()
5518 sc->sc_lastshortcal = ticks; in ath_calibrate()
5530 sc->sc_lastshortcal = ticks; in ath_calibrate()
H A Dif_athvar.h803 int sc_lastshortcal; /* last short calibration */ member