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

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c493 * apply bounds limits to the priv_nf value that gets loaded into the
516 AH_PRIVATE(ah)->nf_cal_hist.base.priv_nf[i] = nf;
543 h->base.priv_nf[i] = ar9300_limit_nf_range(
694 * priv_nf = median value from NF history buffer with bounds limits.
697 ichan->rawNoiseFloor = h->base.priv_nf[0];
2209 OS_MEMCPY(nf, h_base->priv_nf, sizeof(h_base->priv_nf));
4409 nfh->base.priv_nf[i] = ar9300_limit_nf_range(ah,
H A Dar9300_misc.c1410 ath_hal_printf(ah, "Last Programmed NF: %d\n\n", h->base.priv_nf[i]);
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h154 int16_t priv_nf[HAL_NUM_NF_READINGS]; member in struct:__anon4351

Completed in 89 milliseconds