Searched refs:nf_cal_buffer (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c385 * nf_cal_buffer is used (nf_cal_buffer[0][0:HAL_NUM_NF_READINGS-1])
401 nf_buf[i] = h->nf_cal_buffer[recent_nf_index][i];
447 sort[i] = h->nf_cal_buffer[i][reading];
449 "nf_cal_buffer[%d][%d] = %d\n", i, reading, (int)sort[i]);
495 * apply bounds limits to the nf_cal_buffer[] elements. Since we are
496 * replicating a single NF reading into all nf_cal_buffer elements,
501 * Applying the bounds limits to the nf_cal_buffer contents fixes this
509 * the range [0..HAL_NF_CAL_HIST_LEN_FULL), and all nf_cal_buffer
512 nf = ar9300_limit_nf_range(ah, h->nf_cal_buffer[
[all...]
H A Dar9300_misc.c1408 j, h->nf_cal_buffer[k % HAL_NF_CAL_HIST_LEN_FULL][i]);
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h159 int16_t nf_cal_buffer[HAL_NF_CAL_HIST_LEN_FULL][HAL_NUM_NF_READINGS]; member in struct:__anon4352
164 int16_t nf_cal_buffer[HAL_NF_CAL_HIST_LEN_SMALL][HAL_NUM_NF_READINGS]; member in struct:__anon4353

Completed in 85 milliseconds