Searched refs:currCal (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.c97 ar5416SetupMeasurement(struct ath_hal *ah, HAL_CAL_LIST *currCal) argument
102 currCal->calData->calCountMax);
105 switch (currCal->calData->calType) {
135 ar5416ResetMeasurement(struct ath_hal *ah, HAL_CAL_LIST *currCal) argument
144 ar5416SetupMeasurement(ah, currCal);
147 currCal->calState = CAL_RUNNING;
343 HAL_CAL_LIST *currCal = cal->cal_curr; local
347 if (currCal == AH_NULL)
359 if (currCal->calState != CAL_DONE) {
362 __func__, currCal
387 ar5416DoCalibration(struct ath_hal *ah, HAL_CHANNEL_INTERNAL *ichan, uint8_t rxchainmask, HAL_CAL_LIST *currCal, HAL_BOOL *isCalDone) argument
448 HAL_CAL_LIST *currCal = cal->cal_curr; local
[all...]

Completed in 43 milliseconds