Home
last modified time | relevance | path

Searched refs:calValid (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.c167 ichan.calValid = 0;
327 ichan->calValid = 0; in ar5416InitCal()
375 ichan->calValid &= ~currCal->calData->calType; in ar5416ResetCalValid()
397 ichan->calValid); in ar5416DoCalibration()
423 ichan->calValid |= currCal->calData->calType; in ar5416DoCalibration()
433 } else if (!(ichan->calValid & currCal->calData->calType)) { in ar5416DoCalibration()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h194 uint8_t calValid; /* bitmask of cal types */ member
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c2381 ichan->calValid |= curr_cal->cal_data->cal_type; in ar9300_per_calibration()
2391 } else if (!(ichan->calValid & curr_cal->cal_data->cal_type)) { in ar9300_per_calibration()
3436 ichan.calValid = 0; in ar9300_run_init_cals()
3976 ichan->calValid = 0; in ar9300_init_cal_internal()
4042 ichan->calValid &= ~curr_cal->cal_data->cal_type; in ar9300_reset_cal_valid()