Lines Matching refs:is2GHz

4324 				       u16 rateIndex, u16 freq, bool is2GHz)  in ar9003_hw_eeprom_get_tgt_pwr()  argument
4333 if (is2GHz) { in ar9003_hw_eeprom_get_tgt_pwr()
4348 freqArray[i] = ath9k_hw_fbin2freq(pFreqBin[i], is2GHz); in ar9003_hw_eeprom_get_tgt_pwr()
4360 u16 freq, bool is2GHz) in ar9003_hw_eeprom_get_ht20_tgt_pwr() argument
4369 if (is2GHz) { in ar9003_hw_eeprom_get_ht20_tgt_pwr()
4384 freqArray[i] = ath9k_hw_fbin2freq(pFreqBin[i], is2GHz); in ar9003_hw_eeprom_get_ht20_tgt_pwr()
4396 u16 freq, bool is2GHz) in ar9003_hw_eeprom_get_ht40_tgt_pwr() argument
4405 if (is2GHz) { in ar9003_hw_eeprom_get_ht40_tgt_pwr()
4420 freqArray[i] = ath9k_hw_fbin2freq(pFreqBin[i], is2GHz); in ar9003_hw_eeprom_get_ht40_tgt_pwr()
4594 bool is2GHz) in ar9003_hw_get_legacy_target_powers() argument
4598 is2GHz); in ar9003_hw_get_legacy_target_powers()
4601 is2GHz); in ar9003_hw_get_legacy_target_powers()
4604 is2GHz); in ar9003_hw_get_legacy_target_powers()
4607 is2GHz); in ar9003_hw_get_legacy_target_powers()
4625 u8 *targetPowerValT2, bool is2GHz) in ar9003_hw_get_ht20_target_powers() argument
4629 is2GHz); in ar9003_hw_get_ht20_target_powers()
4632 freq, is2GHz); in ar9003_hw_get_ht20_target_powers()
4635 is2GHz); in ar9003_hw_get_ht20_target_powers()
4638 is2GHz); in ar9003_hw_get_ht20_target_powers()
4641 is2GHz); in ar9003_hw_get_ht20_target_powers()
4644 is2GHz); in ar9003_hw_get_ht20_target_powers()
4647 is2GHz); in ar9003_hw_get_ht20_target_powers()
4650 is2GHz); in ar9003_hw_get_ht20_target_powers()
4653 is2GHz); in ar9003_hw_get_ht20_target_powers()
4656 is2GHz); in ar9003_hw_get_ht20_target_powers()
4659 is2GHz); in ar9003_hw_get_ht20_target_powers()
4662 is2GHz); in ar9003_hw_get_ht20_target_powers()
4665 is2GHz); in ar9003_hw_get_ht20_target_powers()
4668 is2GHz); in ar9003_hw_get_ht20_target_powers()
4674 bool is2GHz) in ar9003_hw_get_ht40_target_powers() argument
4681 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4685 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4688 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4691 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4694 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4697 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4700 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4703 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4706 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4709 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4712 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4715 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4718 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4721 is2GHz) + ht40PowerIncForPdadc; in ar9003_hw_get_ht40_target_powers()
4728 bool is2GHz = IS_CHAN_2GHZ(chan); in ar9003_hw_get_target_power_eeprom() local
4733 if (is2GHz) in ar9003_hw_get_target_power_eeprom()
4736 ar9003_hw_get_legacy_target_powers(ah, freq, targetPowerValT2, is2GHz); in ar9003_hw_get_target_power_eeprom()
4737 ar9003_hw_get_ht20_target_powers(ah, freq, targetPowerValT2, is2GHz); in ar9003_hw_get_target_power_eeprom()
4741 is2GHz); in ar9003_hw_get_target_power_eeprom()
5140 bool is2GHz) in ar9003_hw_get_direct_edge_power() argument
5145 if (is2GHz) in ar9003_hw_get_direct_edge_power()
5155 bool is2GHz) in ar9003_hw_get_indirect_edge_power() argument
5160 u8 *ctl_freqbin = is2GHz ? in ar9003_hw_get_indirect_edge_power()
5164 if (is2GHz) { in ar9003_hw_get_indirect_edge_power()
5181 u16 freq, int idx, bool is2GHz) in ar9003_hw_get_max_edge_power() argument
5184 u8 *ctl_freqbin = is2GHz ? in ar9003_hw_get_max_edge_power()
5187 u16 num_edges = is2GHz ? in ar9003_hw_get_max_edge_power()
5199 if (freq == ath9k_hw_fbin2freq(ctl_freqbin[edge], is2GHz)) { in ar9003_hw_get_max_edge_power()
5202 edge, is2GHz); in ar9003_hw_get_max_edge_power()
5206 is2GHz))) { in ar9003_hw_get_max_edge_power()
5210 is2GHz); in ar9003_hw_get_max_edge_power()
5219 if (is2GHz && !twiceMaxEdgePower) in ar9003_hw_get_max_edge_power()
5560 u16 i, bool is2GHz) in ath9k_hw_ar9300_get_spur_channel() argument