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

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.h64 } HAL_CAL_LIST; typedef in typeref:struct:cal_list
71 HAL_CAL_LIST iqCalData;
72 HAL_CAL_LIST adcGainCalData;
73 HAL_CAL_LIST adcDcCalInitData;
74 HAL_CAL_LIST adcDcCalData;
75 HAL_CAL_LIST *cal_list;
76 HAL_CAL_LIST *cal_last;
77 HAL_CAL_LIST *cal_curr;
H A Dar5416_cal.c97 ar5416SetupMeasurement(struct ath_hal *ah, HAL_CAL_LIST *currCal)
135 ar5416ResetMeasurement(struct ath_hal *ah, HAL_CAL_LIST *currCal)
160 HAL_CAL_LIST *curCal = ahp->ah_cal_curr;
343 HAL_CAL_LIST *currCal = cal->cal_curr;
388 uint8_t rxchainmask, HAL_CAL_LIST *currCal, HAL_BOOL *isCalDone)
448 HAL_CAL_LIST *currCal = cal->cal_curr;
540 HAL_CAL_LIST *curCal = cal->cal_curr;
/freebsd-10.3-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h382 } HAL_CAL_LIST; typedef in typeref:struct:cal_list
451 HAL_CAL_LIST ah_iq_cal_data; /* IQ Cal Data */
452 HAL_CAL_LIST ah_temp_comp_cal_data; /* Temperature Compensation Cal Data */
453 HAL_CAL_LIST *ah_cal_list; /* ptr to first cal in list */
454 HAL_CAL_LIST *ah_cal_list_last; /* ptr to last cal in list */
455 HAL_CAL_LIST *ah_cal_list_curr; /* ptr to current cal */
H A Dar9300_reset.c2028 ar9300_setup_calibration(struct ath_hal *ah, HAL_CAL_LIST *curr_cal)
2078 ar9300_reset_calibration(struct ath_hal *ah, HAL_CAL_LIST *curr_cal)
2252 u_int8_t rxchainmask, HAL_CAL_LIST *curr_cal, HAL_BOOL *is_cal_done)
2319 HAL_CAL_LIST *curr_cal = ahp->ah_cal_list_curr;
3211 HAL_CAL_LIST *curr_cal;
3780 HAL_CAL_LIST *curr_cal = ahp->ah_cal_list_curr;

Completed in 173 milliseconds