Searched refs:nfval (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Dcalib.c27 int16_t nfval; local
37 nfval = sort[j];
39 sort[j - 1] = nfval;
43 nfval = sort[(ATH9K_NF_CAL_HIST_MAX - 1) >> 1];
45 return nfval;
189 s16 nfval; local
192 nfval = h[i].privNF;
194 nfval = default_nf;
198 val |= (((u32) nfval << 1) & 0x1ff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dcalib.c27 int16_t nfval; local
37 nfval = sort[j];
39 sort[j - 1] = nfval;
43 nfval = sort[(ATH9K_NF_CAL_HIST_MAX - 1) >> 1];
45 return nfval;
189 s16 nfval; local
192 nfval = h[i].privNF;
194 nfval = default_nf;
198 val |= (((u32) nfval << 1) & 0x1ff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath5k/
H A Dphy.c1114 ah->ah_nfcal_hist.nfval[i] = AR5K_TUNE_CCA_MAX_GOOD_VALUE;
1121 hist->nfval[hist->index] = noise_floor;
1130 memcpy(sort, ah->ah_nfcal_hist.nfval, sizeof(sort));
H A Dath5k.h995 s16 index; /* current index into nfval */
996 s16 nfval[ATH5K_NF_CAL_HIST_MAX]; /* last few noise floors */ member in struct:ath5k_nfcal_hist
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dphy.c1114 ah->ah_nfcal_hist.nfval[i] = AR5K_TUNE_CCA_MAX_GOOD_VALUE;
1121 hist->nfval[hist->index] = noise_floor;
1130 memcpy(sort, ah->ah_nfcal_hist.nfval, sizeof(sort));
H A Dath5k.h995 s16 index; /* current index into nfval */
996 s16 nfval[ATH5K_NF_CAL_HIST_MAX]; /* last few noise floors */ member in struct:ath5k_nfcal_hist

Completed in 185 milliseconds