Searched refs:ath_hal_getNfAdjust (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.c1069 return NOISE_FLOOR[mode] + ath_hal_getNfAdjust(ah, ichan);
1078 * populated with values from NOISE_FLOOR[] + ath_hal_getNfAdjust().
1120 ath_hal_getNfAdjust(ah, ichan);
1138 nf_ctl[i] = ichan->noiseFloorCtl[i] + ath_hal_getNfAdjust(ah, ichan);
1139 nf_ext[i] = ichan->noiseFloorExt[i] + ath_hal_getNfAdjust(ah, ichan);
1178 ath_hal_getNfAdjust(ah, c);
1183 (c->rawNoiseFloor + ath_hal_getNfAdjust(ah, c));
1189 (c->rawNoiseFloor + ath_hal_getNfAdjust(ah, c));
1200 c->noiseFloorAdjust = ath_hal_getNfAdjust(ah, c) +
H A Dah_internal.h456 #define ath_hal_getNfAdjust(_ah, _c) \ macro

Completed in 82 milliseconds