Searched refs:is2ghz (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 3593 bool is2ghz) in ar9003_modal_header() argument 3597 if (is2ghz) in ar9003_modal_header() 3603 static void ar9003_hw_xpa_bias_level_apply(struct ath_hw *ah, bool is2ghz) in ar9003_hw_xpa_bias_level_apply() argument 3605 int bias = ar9003_modal_header(ah, is2ghz)->xpaBiasLvl; in ar9003_hw_xpa_bias_level_apply() 3622 static u16 ar9003_switch_com_spdt_get(struct ath_hw *ah, bool is2ghz) in ar9003_switch_com_spdt_get() argument 3624 return le16_to_cpu(ar9003_modal_header(ah, is2ghz)->switchcomspdt); in ar9003_switch_com_spdt_get() 3627 u32 ar9003_hw_ant_ctrl_common_get(struct ath_hw *ah, bool is2ghz) in ar9003_hw_ant_ctrl_common_get() argument 3629 return le32_to_cpu(ar9003_modal_header(ah, is2ghz)->antCtrlCommon); in ar9003_hw_ant_ctrl_common_get() 3632 u32 ar9003_hw_ant_ctrl_common_2_get(struct ath_hw *ah, bool is2ghz) in ar9003_hw_ant_ctrl_common_2_get() argument 3634 return le32_to_cpu(ar9003_modal_header(ah, is2ghz)->antCtrlCommon2); in ar9003_hw_ant_ctrl_common_2_get() [all …]
|
D | ar9003_eeprom.h | 361 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);
|