Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/ath/ath_hal/
HDah.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()
HDah.h1628 int16_t *nf_ext);
/freebsd-head/sys/dev/otus/
HDif_otusreg.h329 uint32_t nf_ext[3]; /* Noisefloor ext. */ member
HDif_otus.c2936 ((int32_t)le32toh(rsp.nf_ext[i])) >> 23); in otus_set_chan()