Searched refs:ar9003_modal_header (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/net/wireless/ath/ath9k/ | 
| D | ar9003_eeprom.c | 3592 static struct ar9300_modal_eep_header *ar9003_modal_header(struct ath_hw *ah,  in ar9003_modal_header()  function3605 	int bias = ar9003_modal_header(ah, is2ghz)->xpaBiasLvl;  in ar9003_hw_xpa_bias_level_apply()
 3624 	return le16_to_cpu(ar9003_modal_header(ah, is2ghz)->switchcomspdt);  in ar9003_switch_com_spdt_get()
 3629 	return le32_to_cpu(ar9003_modal_header(ah, is2ghz)->antCtrlCommon);  in ar9003_hw_ant_ctrl_common_get()
 3634 	return le32_to_cpu(ar9003_modal_header(ah, is2ghz)->antCtrlCommon2);  in ar9003_hw_ant_ctrl_common_2_get()
 3640 	__le16 val = ar9003_modal_header(ah, is2ghz)->antCtrlChain[chain];  in ar9003_hw_ant_ctrl_chain_get()
 4091 	value = ar9003_modal_header(ah, is2ghz)->txEndToXpaOff;  in ar9003_hw_txend_to_xpa_off_apply()
 4114 	xpa_ctl = ar9003_modal_header(ah, is2ghz)->txFrameToXpaOn;  in ar9003_hw_xpa_timing_control_apply()
 4134 	bias = ar9003_modal_header(ah, is2ghz)->xlna_bias_strength;  in ar9003_hw_xlna_bias_strength_apply()
 4227 		val = ar9003_modal_header(ah, is2ghz)->noiseFloorThreshCh[chain];  in ar9003_hw_apply_minccapwr_thresh()
 [all …]
 
 |