Home
last modified time | relevance | path

Searched refs:HAL_CAL_LIST (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h374 } HAL_CAL_LIST; typedef
443 HAL_CAL_LIST ah_iq_cal_data; /* IQ Cal Data */
444 HAL_CAL_LIST ah_temp_comp_cal_data; /* Temperature Compensation Cal Data */
445 HAL_CAL_LIST *ah_cal_list; /* ptr to first cal in list */
446 HAL_CAL_LIST *ah_cal_list_last; /* ptr to last cal in list */
447 HAL_CAL_LIST *ah_cal_list_curr; /* ptr to current cal */
H A Dar9300_reset.c2125 ar9300_setup_calibration(struct ath_hal *ah, HAL_CAL_LIST *curr_cal) in ar9300_setup_calibration()
2175 ar9300_reset_calibration(struct ath_hal *ah, HAL_CAL_LIST *curr_cal) in ar9300_reset_calibration()
2349 u_int8_t rxchainmask, HAL_CAL_LIST *curr_cal, HAL_BOOL *is_cal_done) in ar9300_per_calibration()
2428 HAL_CAL_LIST *curr_cal = ahp->ah_cal_list_curr; in ar9300_calibration()
3427 HAL_CAL_LIST *curr_cal; in ar9300_run_init_cals()
4003 HAL_CAL_LIST *curr_cal = ahp->ah_cal_list_curr; in ar9300_reset_cal_valid()