Home
last modified time | relevance | path

Searched refs:longCal (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_cal.h110 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_freebsd.h22 HAL_BOOL longCal, HAL_BOOL *isCalDone);
Dar9300_stub_funcs.h143 HAL_BOOL longCal, HAL_BOOL *isCalDone);
Dar9300_stub_funcs.c828 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar9300_Stub_PerCalibrationN() argument
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210.h138 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
Dar5210_reset.c447 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5210PerCalibrationN() argument
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211.h158 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
Dar5211_reset.c641 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5211PerCalibrationN() argument
707 if (longCal) { in ar5211PerCalibrationN()
/freebsd-10-stable/sys/dev/ath/
Dif_ath.c5055 HAL_BOOL longCal, isCalDone = AH_TRUE; in ath_calibrate() local
5061 longCal = (ticks - sc->sc_lastlongcal >= ath_longcalinterval*hz); in ath_calibrate()
5066 …_DEBUG_CALIBRATE, "%s: shortCal=%d; longCal=%d; aniCal=%d\n", __func__, shortCal, longCal, aniCal); in ath_calibrate()
5073 if (longCal) { in ath_calibrate()
5104 if (shortCal || longCal) { in ath_calibrate()
5106 if (ath_hal_calibrateN(ah, sc->sc_curchan, longCal, &isCalDone)) { in ath_calibrate()
5107 if (longCal) { in ath_calibrate()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212.h565 HAL_BOOL longCal, HAL_BOOL *isCalDone);
Dar5212_reset.c971 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5212PerCalibrationN() argument
1082 if (longCal) { in ar5212PerCalibrationN()
/freebsd-10-stable/sys/dev/ath/ath_hal/
Dah.h1319 HAL_BOOL longCal, HAL_BOOL *isCalDone);