Searched refs:nfarray (Results 1 - 12 of 12) 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.c49 int16_t *nfarray)
54 h[i].nfCalBuffer[h[i].currIndex] = nfarray[i];
61 h[i].privNF = nfarray[i];
298 int16_t nfarray[NUM_NF_READINGS] = { 0 }; local
314 ath9k_hw_do_getnf(ah, nfarray);
315 ath9k_hw_nf_sanitize(ah, nfarray);
316 nf = nfarray[0];
329 ath9k_hw_update_nfcal_hist_buffer(h, nfarray);
48 ath9k_hw_update_nfcal_hist_buffer(struct ath9k_nfcal_hist *h, int16_t *nfarray) argument
H A Dar9002_phy.c471 int16_t nfarray[NUM_NF_READINGS])
476 nfarray[0] = sign_extend(nf, 9);
480 nfarray[3] = sign_extend(nf, 9);
486 nfarray[1] = sign_extend(nf, 9);
490 nfarray[4] = sign_extend(nf, 9);
470 ar9002_hw_do_getnf(struct ath_hw *ah, int16_t nfarray[NUM_NF_READINGS]) argument
H A Dhw-ops.h262 int16_t nfarray[NUM_NF_READINGS])
264 ath9k_hw_private_ops(ah)->do_getnf(ah, nfarray);
261 ath9k_hw_do_getnf(struct ath_hw *ah, int16_t nfarray[NUM_NF_READINGS]) argument
H A Dar9003_phy.c1016 int16_t nfarray[NUM_NF_READINGS])
1021 nfarray[0] = sign_extend(nf, 9);
1024 nfarray[1] = sign_extend(nf, 9);
1027 nfarray[2] = sign_extend(nf, 9);
1033 nfarray[3] = sign_extend(nf, 9);
1036 nfarray[4] = sign_extend(nf, 9);
1039 nfarray[5] = sign_extend(nf, 9);
1015 ar9003_hw_do_getnf(struct ath_hw *ah, int16_t nfarray[NUM_NF_READINGS]) argument
H A Dar5008_phy.c1495 int16_t nfarray[NUM_NF_READINGS])
1500 nfarray[0] = sign_extend(nf, 9);
1503 nfarray[1] = sign_extend(nf, 9);
1506 nfarray[2] = sign_extend(nf, 9);
1512 nfarray[3] = sign_extend(nf, 9);
1515 nfarray[4] = sign_extend(nf, 9);
1518 nfarray[5] = sign_extend(nf, 9);
1494 ar5008_hw_do_getnf(struct ath_hw *ah, int16_t nfarray[NUM_NF_READINGS]) argument
H A Dhw.h572 void (*do_getnf)(struct ath_hw *ah, int16_t nfarray[NUM_NF_READINGS]);
/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.c49 int16_t *nfarray)
54 h[i].nfCalBuffer[h[i].currIndex] = nfarray[i];
61 h[i].privNF = nfarray[i];
298 int16_t nfarray[NUM_NF_READINGS] = { 0 }; local
314 ath9k_hw_do_getnf(ah, nfarray);
315 ath9k_hw_nf_sanitize(ah, nfarray);
316 nf = nfarray[0];
329 ath9k_hw_update_nfcal_hist_buffer(h, nfarray);
48 ath9k_hw_update_nfcal_hist_buffer(struct ath9k_nfcal_hist *h, int16_t *nfarray) argument
H A Dar9002_phy.c471 int16_t nfarray[NUM_NF_READINGS])
476 nfarray[0] = sign_extend(nf, 9);
480 nfarray[3] = sign_extend(nf, 9);
486 nfarray[1] = sign_extend(nf, 9);
490 nfarray[4] = sign_extend(nf, 9);
470 ar9002_hw_do_getnf(struct ath_hw *ah, int16_t nfarray[NUM_NF_READINGS]) argument
H A Dhw-ops.h262 int16_t nfarray[NUM_NF_READINGS])
264 ath9k_hw_private_ops(ah)->do_getnf(ah, nfarray);
261 ath9k_hw_do_getnf(struct ath_hw *ah, int16_t nfarray[NUM_NF_READINGS]) argument
H A Dar9003_phy.c1016 int16_t nfarray[NUM_NF_READINGS])
1021 nfarray[0] = sign_extend(nf, 9);
1024 nfarray[1] = sign_extend(nf, 9);
1027 nfarray[2] = sign_extend(nf, 9);
1033 nfarray[3] = sign_extend(nf, 9);
1036 nfarray[4] = sign_extend(nf, 9);
1039 nfarray[5] = sign_extend(nf, 9);
1015 ar9003_hw_do_getnf(struct ath_hw *ah, int16_t nfarray[NUM_NF_READINGS]) argument
H A Dar5008_phy.c1495 int16_t nfarray[NUM_NF_READINGS])
1500 nfarray[0] = sign_extend(nf, 9);
1503 nfarray[1] = sign_extend(nf, 9);
1506 nfarray[2] = sign_extend(nf, 9);
1512 nfarray[3] = sign_extend(nf, 9);
1515 nfarray[4] = sign_extend(nf, 9);
1518 nfarray[5] = sign_extend(nf, 9);
1494 ar5008_hw_do_getnf(struct ath_hw *ah, int16_t nfarray[NUM_NF_READINGS]) argument
H A Dhw.h572 void (*do_getnf)(struct ath_hw *ah, int16_t nfarray[NUM_NF_READINGS]);

Completed in 201 milliseconds