Searched refs:ah_txpower (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dphy.c175 ath5k_hw_reg_write(ah, AR5K_REG_SM(ah->ah_txpower.txp_ofdm - 4,
2250 s16 max_chan_pwr = ah->ah_txpower.txp_max_pwr / 4;
2311 ah->ah_txpower.txp_max_pwr = 4*min(edge_pwr, max_chan_pwr);
2330 u8 *pcdac_out = ah->ah_txpower.txp_pd_table;
2331 u8 *pcdac_tmp = ah->ah_txpower.tmpL[0];
2376 u8 *pcdac_out = ah->ah_txpower.txp_pd_table;
2398 pcdac_low_pwr = ah->ah_txpower.tmpL[1];
2399 pcdac_high_pwr = ah->ah_txpower.tmpL[0];
2417 pcdac_low_pwr = ah->ah_txpower.tmpL[1]; /* Zeroed */
2418 pcdac_high_pwr = ah->ah_txpower
[all...]
H A Dattach.c119 ah->ah_txpower.txp_tpc = AR5K_TUNE_TPC_TXPOWER;
H A Dath5k.h561 (((ah->ah_txpower.txp_rates_power_table[(_r)]) & 0x3f) << (_v)) \
565 (ah->ah_txpower.txp_rates_power_table[(_r)] & 0x3f) << (_v) \
1102 } ah_txpower; member in struct:ath5k_hw
H A Dreset.c746 ah->ah_txpower.txp_cck_ofdm_pwr_delta = cck_ofdm_pwr_delta;
747 ah->ah_txpower.txp_cck_ofdm_gainf_delta =
1024 ah->ah_txpower.txp_max_pwr / 2);
H A Ddesc.c206 tx_power += ah->ah_txpower.txp_offset;

Completed in 93 milliseconds