Searched refs:calValid (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h186 uint8_t calValid; /* bitmask of cal types */ member in struct:__anon4354
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c2351 ichan->calValid |= curr_cal->cal_data->cal_type;
2361 } else if (!(ichan->calValid & curr_cal->cal_data->cal_type)) {
3398 ichan.calValid = 0;
3938 ichan->calValid = 0;
4004 ichan->calValid &= ~curr_cal->cal_data->cal_type;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_cal.c167 ichan.calValid = 0;
328 ichan->calValid = 0;
376 ichan->calValid &= ~currCal->calData->calType;
396 "%s: %s Calibration, state %d, calValid 0x%x\n",
398 ichan->calValid);
424 ichan->calValid |= currCal->calData->calType;
434 } else if (!(ichan->calValid & currCal->calData->calType)) {

Completed in 125 milliseconds