Lines Matching refs:nf_cal_buffer

408         * 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[0][i]);
537 home->nf_cal_buffer[j][i] = nf;
560 "nf_cal_buffer[%d][%d] = %d\n",
561 nr, i, (int)h->nf_cal_buffer[nr][i]);
565 h->nf_cal_buffer[h->base.curr_index][i] = nfarray[i];
573 "nf_cal_buffer[%d][%d] = %d\n",
574 nr, i, (int)h->nf_cal_buffer[nr][i]);
703 * As long as we only use the first history element of nf_cal_buffer
704 * (nf_cal_buffer[0][0:HAL_NUM_NF_READINGS-1]), we can use
4432 * As long as we only use the first history element of nf_cal_buffer
4433 * (nf_cal_buffer[0][0:HAL_NUM_NF_READINGS-1]), we can use
4445 nfh->nf_cal_buffer[k][i] = nfarray[i];
4464 if (nfh->nf_cal_buffer[0][i] <
4467 ichan->nf_cal_hist.nf_cal_buffer[0][i] =
4468 AH_PRIVATE(ah)->nf_cal_hist.nf_cal_buffer[0][i];
4472 if (nfh->nf_cal_buffer[0][i] <
4475 ichan->nf_cal_hist.nf_cal_buffer[0][i] =
4476 AH_PRIVATE(ah)->nf_cal_hist.nf_cal_buffer[0][i];
4479 if (nfh->nf_cal_buffer[0][i] <
4482 ichan->nf_cal_hist.nf_cal_buffer[0][i] =
4483 AH_PRIVATE(ah)->nf_cal_hist.nf_cal_buffer[0][i];
6315 if (h->nf_cal_buffer[i][0] >