Searched refs:is_2ghz (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_eeprom.c | 694 if (is_2ghz) { in ar9300_eeprom_get_legacy_trgt_pwr() 730 if (is_2ghz) { in ar9300_eeprom_get_ht20_trgt_pwr() 766 if (is_2ghz) { in ar9300_eeprom_get_ht40_trgt_pwr() 1180 if (is_2ghz) { in ar9300_noise_floor_cal_or_power_get() 1499 if (is_2ghz) { in ar9300_xpa_bias_level_get() 1539 if (is_2ghz) { in ar9300_ant_ctrl_common_get() 1549 if (is_2ghz) { in ar9300_switch_com_spdt_get() 1558 if (is_2ghz) { in ar9300_ant_ctrl_common2_get() 2099 int is_2ghz; in ar9300_eeprom_cal_pier_get() local 4606 if (is_2ghz) { in ar9300_xpa_timing_control_apply() [all …]
|
| H A D | ar9300eep.h | 606 fbin2freq(u_int8_t fbin, HAL_BOOL is_2ghz) in fbin2freq() argument 617 return (u_int16_t)((is_2ghz) ? (2300 + fbin) : (4800 + 5 * fbin)); in fbin2freq() 656 …prom_get_ht20_trgt_pwr(struct ath_hal *ah, u_int16_t rate_index, u_int16_t freq, HAL_BOOL is_2ghz); 664 extern HAL_BOOL ar9300_xpa_timing_control_apply(struct ath_hal *ah, HAL_BOOL is_2ghz); 665 extern HAL_BOOL ar9300_x_lNA_bias_strength_apply(struct ath_hal *ah, HAL_BOOL is_2ghz); 682 extern int32_t ar9300_xpa_bias_level_get(struct ath_hal *ah, HAL_BOOL is_2ghz); 683 extern HAL_BOOL ar9300_xpa_bias_level_apply(struct ath_hal *ah, HAL_BOOL is_2ghz); 684 extern u_int32_t ar9300_ant_ctrl_common_get(struct ath_hal *ah, HAL_BOOL is_2ghz); 685 extern u_int32_t ar9300_ant_ctrl_common2_get(struct ath_hal *ah, HAL_BOOL is_2ghz); 686 extern u_int16_t ar9300_ant_ctrl_chain_get(struct ath_hal *ah, int chain, HAL_BOOL is_2ghz); [all …]
|
| H A D | ar9300.h | 1242 extern u_int32_t ar9300_ant_ctrl_common_get(struct ath_hal *ah, HAL_BOOL is_2ghz); 1604 extern u_int8_t *ar9300_eeprom_get_spur_chans_ptr(struct ath_hal *ah, HAL_BOOL is_2ghz);
|