Searched refs:is2ghz (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 3594 bool is2ghz) in ar9003_modal_header() argument 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)->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); 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);
|
D | ar9003_paprd.c | 24 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()
|