Home
last modified time | relevance | path

Searched refs:pModal (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Deeprom_4k.c238 struct modal_eep_4k_header *pModal = &eep->modalHeader; in ath9k_hw_4k_get_eeprom() local
243 return pModal->noiseFloorThreshCh[0]; in ath9k_hw_4k_get_eeprom()
259 return pModal->ob_0; in ath9k_hw_4k_get_eeprom()
261 return pModal->db1_1; in ath9k_hw_4k_get_eeprom()
271 return pModal->version; in ath9k_hw_4k_get_eeprom()
273 return pModal->antdiv_ctl1; in ath9k_hw_4k_get_eeprom()
277 return pModal->antennaGainCh[0]; in ath9k_hw_4k_get_eeprom()
585 struct modal_eep_4k_header *pModal = &pEepData->modalHeader; in ath9k_hw_4k_set_txpower() local
593 ht40PowerIncForPdadc = pModal->ht40PowerIncForPdadc; in ath9k_hw_4k_set_txpower()
700 struct modal_eep_4k_header *pModal, in ath9k_hw_4k_set_gain() argument
[all …]
Deeprom_def.c298 struct modal_eep_header *pModal = in ath9k_hw_def_check_eeprom() local
300 EEPROM_FIELD_SWAB32(pModal->antCtrlCommon); in ath9k_hw_def_check_eeprom()
303 EEPROM_FIELD_SWAB32(pModal->antCtrlChain[i]); in ath9k_hw_def_check_eeprom()
306 EEPROM_FIELD_SWAB16(pModal->xpaBiasLvlFreq[i]); in ath9k_hw_def_check_eeprom()
310 pModal->spurChans[i].spurChan); in ath9k_hw_def_check_eeprom()
337 struct modal_eep_header *pModal = eep->modalHeader; in ath9k_hw_def_get_eeprom() local
343 return pModal[0].noiseFloorThreshCh[0]; in ath9k_hw_def_get_eeprom()
345 return pModal[1].noiseFloorThreshCh[0]; in ath9k_hw_def_get_eeprom()
361 return pModal[0].ob; in ath9k_hw_def_get_eeprom()
363 return pModal[0].db; in ath9k_hw_def_get_eeprom()
[all …]
Deeprom_9287.c236 struct modal_eep_ar9287_header *pModal = &eep->modalHeader; in ath9k_hw_ar9287_get_eeprom() local
242 return pModal->noiseFloorThreshCh[0]; in ath9k_hw_ar9287_get_eeprom()
276 return max_t(u8, pModal->antennaGainCh[0], in ath9k_hw_ar9287_get_eeprom()
277 pModal->antennaGainCh[1]); in ath9k_hw_ar9287_get_eeprom()
713 struct modal_eep_ar9287_header *pModal = &pEepData->modalHeader; in ath9k_hw_ar9287_set_txpower() local
721 ht40PowerIncForPdadc = pModal->ht40PowerIncForPdadc; in ath9k_hw_ar9287_set_txpower()
854 struct modal_eep_ar9287_header *pModal = &eep->modalHeader; in ath9k_hw_ar9287_set_board_values() local
859 pModal = &eep->modalHeader; in ath9k_hw_ar9287_set_board_values()
861 REG_WRITE(ah, AR_PHY_SWITCH_COM, le32_to_cpu(pModal->antCtrlCommon)); in ath9k_hw_ar9287_set_board_values()
867 le32_to_cpu(pModal->antCtrlChain[i])); in ath9k_hw_ar9287_set_board_values()
[all …]