Searched refs:longCal (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/ |
| D | ar5416_cal.h | 110 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
|
| /freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| D | ar9300_freebsd.h | 22 HAL_BOOL longCal, HAL_BOOL *isCalDone);
|
| D | ar9300_stub_funcs.h | 143 HAL_BOOL longCal, HAL_BOOL *isCalDone);
|
| D | ar9300_stub_funcs.c | 828 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar9300_Stub_PerCalibrationN() argument
|
| /freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/ |
| D | ar5210.h | 138 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
|
| D | ar5210_reset.c | 447 HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5210PerCalibrationN() argument
|
| /freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/ |
| D | ar5211.h | 158 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone);
|
| D | ar5211_reset.c | 641 u_int chainMask, HAL_BOOL longCal, HAL_BOOL *isCalDone) in ar5211PerCalibrationN() argument 707 if (longCal) { in ar5211PerCalibrationN()
|
| /freebsd-10-stable/sys/dev/ath/ |
| D | if_ath.c | 5055 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/ |
| D | ar5212.h | 565 HAL_BOOL longCal, HAL_BOOL *isCalDone);
|
| D | ar5212_reset.c | 971 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/ |
| D | ah.h | 1319 HAL_BOOL longCal, HAL_BOOL *isCalDone);
|