Home
last modified time | relevance | path

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

/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_reset.c2031 switch (curr_cal->cal_data->cal_type) { in ar9300_setup_calibration()
2284 ichan->calValid |= curr_cal->cal_data->cal_type; in ar9300_per_calibration()
2294 } else if (!(ichan->calValid & curr_cal->cal_data->cal_type)) { in ar9300_per_calibration()
2360 if (curr_cal && (curr_cal->cal_data->cal_type & *sched_cals) && in ar9300_calibration()
3010 HAL_CAL_TYPES cal_type) in ar9300_is_cal_supp() argument
3015 switch (cal_type & ahp->ah_supp_cals) { in ar9300_is_cal_supp()
3231 __func__, curr_cal->cal_data->cal_type); in ar9300_run_init_cals()
3243 curr_cal->cal_data->cal_type); in ar9300_run_init_cals()
3776 HAL_BOOL *is_cal_done, u_int32_t cal_type) in ar9300_reset_cal_valid() argument
3794 if (!(cal_type & IQ_MISMATCH_CAL)) { in ar9300_reset_cal_valid()
[all …]
HDar9300.h370 HAL_CAL_TYPES cal_type; // Type of calibration member
1387 HAL_BOOL *isIQdone, u_int32_t cal_type);