Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_cal.h110 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h23 HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar9300_stub_funcs.h144 HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar9300_stub_funcs.c829 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar9300_Stub_PerCalibrationN() argument
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210.h140 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar5210_reset.c452 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5210PerCalibrationN() argument
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211.h158 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar5211_reset.c642 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5211PerCalibrationN() argument
708 if (longCal) { in ar5211PerCalibrationN()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c5369 HAL_BOOL longCal, isCalDone = AH_TRUE; local
5386 longCal = (ticks - sc->sc_lastlongcal >= ath_longcalinterval*hz);
5391 …_DEBUG_CALIBRATE, "%s: shortCal=%d; longCal=%d; aniCal=%d\n", __func__, shortCal, longCal, aniCal);
5398 if (longCal) {
5430 if (shortCal || longCal) {
5432 if (ath_hal_calibrateN(ah, sc->sc_curchan, longCal, &isCalDone)) {
5433 if (longCal) {
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212.h568 HAL_BOOL longCal, HAL_BOOL *isCalDone);
H A Dar5212_reset.c974 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5212PerCalibrationN() argument
1085 if (longCal) { in ar5212PerCalibrationN()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.h1371 HAL_BOOL longCal, HAL_BOOL *isCalDone);