Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c3594 bool is2ghz) in ar9003_modal_header()
3598 if (is2ghz) in ar9003_modal_header()
3604 static void ar9003_hw_xpa_bias_level_apply(struct ath_hw *ah, bool is2ghz) in ar9003_hw_xpa_bias_level_apply() argument
3606 int bias = ar9003_modal_header(ah, is2ghz)->xpaBiasLvl; in ar9003_hw_xpa_bias_level_apply()
3623 static u16 ar9003_switch_com_spdt_get(struct ath_hw *ah, bool is2ghz) in ar9003_switch_com_spdt_get() argument
3625 return le16_to_cpu(ar9003_modal_header(ah, is2ghz)->switchcomspdt); in ar9003_switch_com_spdt_get()
3628 u32 ar9003_hw_ant_ctrl_common_get(struct ath_hw *ah, bool is2ghz) in ar9003_hw_ant_ctrl_common_get() argument
3630 return le32_to_cpu(ar9003_modal_header(ah, is2ghz)->antCtrlCommon); in ar9003_hw_ant_ctrl_common_get()
3633 u32 ar9003_hw_ant_ctrl_common_2_get(struct ath_hw *ah, bool is2ghz) in ar9003_hw_ant_ctrl_common_2_get() argument
3635 return le32_to_cpu(ar9003_modal_header(ah, is2ghz) in ar9003_hw_ant_ctrl_common_2_get()
3593 ar9003_modal_header(struct ath_hw *ah, bool is2ghz) ar9003_modal_header() argument
3638 ar9003_hw_ant_ctrl_chain_get(struct ath_hw *ah, int chain, bool is2ghz) ar9003_hw_ant_ctrl_chain_get() argument
3645 ar9003_hw_ant_ctrl_apply(struct ath_hw *ah, bool is2ghz) ar9003_hw_ant_ctrl_apply() argument
4088 ar9003_hw_txend_to_xpa_off_apply(struct ath_hw *ah, bool is2ghz) ar9003_hw_txend_to_xpa_off_apply() argument
4100 ar9003_hw_xpa_timing_control_apply(struct ath_hw *ah, bool is2ghz) ar9003_hw_xpa_timing_control_apply() argument
4124 ar9003_hw_xlna_bias_strength_apply(struct ath_hw *ah, bool is2ghz) ar9003_hw_xlna_bias_strength_apply() argument
4204 ar9003_hw_apply_minccapwr_thresh(struct ath_hw *ah, bool is2ghz) ar9003_hw_apply_minccapwr_thresh() argument
4238 bool is2ghz = IS_CHAN_2GHZ(chan); ath9k_hw_ar9300_set_board_values() local
4749 ar9003_hw_cal_pier_get(struct ath_hw *ah, bool is2ghz, int ipier, int ichain, int *pfrequency, int *pcorrection, int *ptemperature, int *pvoltage, int *pnf_cal, int *pnf_power) ar9003_hw_cal_pier_get() argument
4975 bool is2ghz = frequency < 4000; ar9003_hw_calibration_apply() local
5250 bool is2ghz = IS_CHAN_2GHZ(chan); ar9003_hw_set_power_per_rate_table() local
5579 ar9003_get_spur_chan_ptr(struct ath_hw *ah, bool is2ghz) ar9003_get_spur_chan_ptr() argument
5584 ar9003_get_paprd_rate_mask_ht20(struct ath_hw *ah, bool is2ghz) ar9003_get_paprd_rate_mask_ht20() argument
5589 ar9003_get_paprd_rate_mask_ht40(struct ath_hw *ah, bool is2ghz) ar9003_get_paprd_rate_mask_ht40() argument
5597 bool is2ghz = IS_CHAN_2GHZ(chan); ar9003_get_paprd_scale_factor() local
[all...]
H A Dar9003_eeprom.h361 u32 ar9003_hw_ant_ctrl_common_get(struct ath_hw *ah, bool is2ghz);
362 u32 ar9003_hw_ant_ctrl_common_2_get(struct ath_hw *ah, bool is2ghz);
366 u32 ar9003_get_paprd_rate_mask_ht20(struct ath_hw *ah, bool is2ghz);
367 u32 ar9003_get_paprd_rate_mask_ht40(struct ath_hw *ah, bool is2ghz);
H A Dar9003_paprd.c24 bool is2ghz = IS_CHAN_2GHZ(chan); in ar9003_paprd_enable() local
39 if (!is2ghz) { in ar9003_paprd_enable()
41 if (ar9003_get_paprd_rate_mask_ht20(ah, is2ghz) in ar9003_paprd_enable()
45 if (ar9003_get_paprd_rate_mask_ht20(ah, is2ghz) in ar9003_paprd_enable()
49 if (ar9003_get_paprd_rate_mask_ht20(ah, is2ghz) in ar9003_paprd_enable()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c3594 bool is2ghz) in ar9003_modal_header()
3598 if (is2ghz) in ar9003_modal_header()
3604 static void ar9003_hw_xpa_bias_level_apply(struct ath_hw *ah, bool is2ghz) in ar9003_hw_xpa_bias_level_apply() argument
3606 int bias = ar9003_modal_header(ah, is2ghz)->xpaBiasLvl; in ar9003_hw_xpa_bias_level_apply()
3623 static u16 ar9003_switch_com_spdt_get(struct ath_hw *ah, bool is2ghz) in ar9003_switch_com_spdt_get() argument
3625 return le16_to_cpu(ar9003_modal_header(ah, is2ghz)->switchcomspdt); in ar9003_switch_com_spdt_get()
3628 u32 ar9003_hw_ant_ctrl_common_get(struct ath_hw *ah, bool is2ghz) in ar9003_hw_ant_ctrl_common_get() argument
3630 return le32_to_cpu(ar9003_modal_header(ah, is2ghz)->antCtrlCommon); in ar9003_hw_ant_ctrl_common_get()
3633 u32 ar9003_hw_ant_ctrl_common_2_get(struct ath_hw *ah, bool is2ghz) in ar9003_hw_ant_ctrl_common_2_get() argument
3635 return le32_to_cpu(ar9003_modal_header(ah, is2ghz) in ar9003_hw_ant_ctrl_common_2_get()
3593 ar9003_modal_header(struct ath_hw *ah, bool is2ghz) ar9003_modal_header() argument
3638 ar9003_hw_ant_ctrl_chain_get(struct ath_hw *ah, int chain, bool is2ghz) ar9003_hw_ant_ctrl_chain_get() argument
3645 ar9003_hw_ant_ctrl_apply(struct ath_hw *ah, bool is2ghz) ar9003_hw_ant_ctrl_apply() argument
4088 ar9003_hw_txend_to_xpa_off_apply(struct ath_hw *ah, bool is2ghz) ar9003_hw_txend_to_xpa_off_apply() argument
4100 ar9003_hw_xpa_timing_control_apply(struct ath_hw *ah, bool is2ghz) ar9003_hw_xpa_timing_control_apply() argument
4124 ar9003_hw_xlna_bias_strength_apply(struct ath_hw *ah, bool is2ghz) ar9003_hw_xlna_bias_strength_apply() argument
4204 ar9003_hw_apply_minccapwr_thresh(struct ath_hw *ah, bool is2ghz) ar9003_hw_apply_minccapwr_thresh() argument
4238 bool is2ghz = IS_CHAN_2GHZ(chan); ath9k_hw_ar9300_set_board_values() local
5254 bool is2ghz = IS_CHAN_2GHZ(chan); ar9003_hw_set_power_per_rate_table() local
5590 ar9003_get_spur_chan_ptr(struct ath_hw *ah, bool is2ghz) ar9003_get_spur_chan_ptr() argument
[all...]
H A Dar9003_eeprom.h361 u32 ar9003_hw_ant_ctrl_common_get(struct ath_hw *ah, bool is2ghz);
362 u32 ar9003_hw_ant_ctrl_common_2_get(struct ath_hw *ah, bool is2ghz);

Completed in 13 milliseconds