Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c2671 sc->sc_lastshortcal = ticks; in ath_init()
5439 shortCal = (ticks - sc->sc_lastshortcal >= ath_shortcalinterval*hz/1000); in ath_calibrate()
5473 sc->sc_lastshortcal = ticks; in ath_calibrate()
5510 sc->sc_lastshortcal = ticks; in ath_calibrate()
5522 sc->sc_lastshortcal = ticks; in ath_calibrate()
H A Dif_athvar.h803 int sc_lastshortcal; /* last short calibration */ member