Lines Matching refs:nf_cal_buffer

385         * 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[0][i]);
514 home->nf_cal_buffer[j][i] = nf;
537 "nf_cal_buffer[%d][%d] = %d\n",
538 nr, i, (int)h->nf_cal_buffer[nr][i]);
542 h->nf_cal_buffer[h->base.curr_index][i] = nfarray[i];
550 "nf_cal_buffer[%d][%d] = %d\n",
551 nr, i, (int)h->nf_cal_buffer[nr][i]);
680 * As long as we only use the first history element of nf_cal_buffer
681 * (nf_cal_buffer[0][0:HAL_NUM_NF_READINGS-1]), we can use
4394 * As long as we only use the first history element of nf_cal_buffer
4395 * (nf_cal_buffer[0][0:HAL_NUM_NF_READINGS-1]), we can use
4407 nfh->nf_cal_buffer[k][i] = nfarray[i];
4426 if (nfh->nf_cal_buffer[0][i] <
4429 ichan->nf_cal_hist.nf_cal_buffer[0][i] =
4430 AH_PRIVATE(ah)->nf_cal_hist.nf_cal_buffer[0][i];
4434 if (nfh->nf_cal_buffer[0][i] <
4437 ichan->nf_cal_hist.nf_cal_buffer[0][i] =
4438 AH_PRIVATE(ah)->nf_cal_hist.nf_cal_buffer[0][i];
4441 if (nfh->nf_cal_buffer[0][i] <
4444 ichan->nf_cal_hist.nf_cal_buffer[0][i] =
4445 AH_PRIVATE(ah)->nf_cal_hist.nf_cal_buffer[0][i];
6274 if (h->nf_cal_buffer[i][0] >