Searched refs:longCal (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/ |
| D | ar5416_cal.h | 112 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
|
| /freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| D | ar9300_freebsd.h | 23 HAL_BOOL longCal, HAL_BOOL *isCalDone);
|
| D | ar9300_stub_funcs.h | 144 HAL_BOOL longCal, HAL_BOOL *isCalDone);
|
| D | ar9300_stub_funcs.c | 829 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar9300_Stub_PerCalibrationN() argument
|
| /freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/ |
| D | ar5210.h | 142 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
|
| D | ar5210_reset.c | 454 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5210PerCalibrationN() argument
|
| /freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/ |
| D | ar5211.h | 160 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
|
| D | ar5211_reset.c | 644 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5211PerCalibrationN() argument 710 if (longCal) { in ar5211PerCalibrationN()
|
| /freebsd-12-stable/sys/dev/ath/ |
| D | if_ath.c | 5367 HAL_BOOL longCal, isCalDone = AH_TRUE; in ath_calibrate() local 5384 longCal = (ticks - sc->sc_lastlongcal >= ath_longcalinterval*hz); in ath_calibrate() 5389 …_DEBUG_CALIBRATE, "%s: shortCal=%d; longCal=%d; aniCal=%d\n", __func__, shortCal, longCal, aniCal); in ath_calibrate() 5396 if (longCal) { in ath_calibrate() 5428 if (shortCal || longCal) { in ath_calibrate() 5430 if (ath_hal_calibrateN(ah, sc->sc_curchan, longCal, &isCalDone)) { in ath_calibrate() 5431 if (longCal) { in ath_calibrate()
|
| /freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/ |
| D | ar5212.h | 570 HAL_BOOL longCal, HAL_BOOL *isCalDone);
|
| D | ar5212_reset.c | 976 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5212PerCalibrationN() argument 1087 if (longCal) { in ar5212PerCalibrationN()
|
| /freebsd-12-stable/sys/dev/ath/ath_hal/ |
| D | ah.h | 1264 HAL_BOOL longCal, HAL_BOOL *isCalDone);
|