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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c408 * nf_cal_buffer is used (nf_cal_buffer[0][0:HAL_NUM_NF_READINGS-1])
424 nf_buf[i] = h->nf_cal_buffer[recent_nf_index][i];
470 sort[i] = h->nf_cal_buffer[i][reading];
472 "nf_cal_buffer[%d][%d] = %d\n", i, reading, (int)sort[i]);
518 * apply bounds limits to the nf_cal_buffer[] elements. Since we are
519 * replicating a single NF reading into all nf_cal_buffer elements,
524 * Applying the bounds limits to the nf_cal_buffer contents fixes this
532 * the range [0..HAL_NF_CAL_HIST_LEN_FULL), and all nf_cal_buffer
535 nf = ar9300_limit_nf_range(ah, h->nf_cal_buffer[
[all...]
H A Dar9300_misc.c1427 j, h->nf_cal_buffer[k % HAL_NF_CAL_HIST_LEN_FULL][i]);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h169 int16_t nf_cal_buffer[HAL_NF_CAL_HIST_LEN_FULL][HAL_NUM_NF_READINGS]; member in struct:__anon106
174 int16_t nf_cal_buffer[HAL_NF_CAL_HIST_LEN_SMALL][HAL_NUM_NF_READINGS]; member in struct:__anon107

Completed in 41 milliseconds