Home
last modified time | relevance | path

Searched refs:nf_ext (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah.c1188 int16_t *nf_ext) in ath_hal_get_mimo_chan_noise() argument
1199 nf_ctl[i] = nf_ext[i] = 0; in ath_hal_get_mimo_chan_noise()
1207 nf_ctl[i] = nf_ext[i] = 0; in ath_hal_get_mimo_chan_noise()
1220 nf_ctl[i] = nf_ext[i] = NOISE_FLOOR[mode] + in ath_hal_get_mimo_chan_noise()
1240 nf_ext[i] = ichan->noiseFloorExt[i] + ath_hal_getNfAdjust(ah, ichan); in ath_hal_get_mimo_chan_noise()
H A Dah.h1628 int16_t *nf_ext);
/freebsd/sys/dev/otus/
H A Dif_otusreg.h329 uint32_t nf_ext[3]; /* Noisefloor ext. */ member
H A Dif_otus.c2936 ((int32_t)le32toh(rsp.nf_ext[i])) >> 23); in otus_set_chan()