Searched refs:pModal (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom_4k.c | 238 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() 699 ath9k_hw_4k_set_gain(struct ath_hw *ah, struct modal_eep_4k_header *pModal, struct ar5416_eeprom_4k *eep, u8 txRxAttenLocal) ath9k_hw_4k_set_gain() argument 760 struct modal_eep_4k_header *pModal; ath9k_hw_4k_set_board_values() local [all...] |
H A D | eeprom_def.c | 298 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[ in ath9k_hw_def_get_eeprom() 416 ath9k_hw_def_set_gain(struct ath_hw *ah, struct modal_eep_header *pModal, struct ar5416_eeprom_def *eep, u8 txRxAttenLocal, int regChainOffset, int i) ath9k_hw_def_set_gain() argument 469 struct modal_eep_header *pModal; ath9k_hw_def_set_board_values() local 641 struct modal_eep_header *pModal; ath9k_hw_def_set_addac() local 1151 struct modal_eep_header *pModal = ath9k_hw_def_set_txpower() local [all...] |
H A D | eeprom_9287.c | 236 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 in ath9k_hw_ar9287_set_board_values() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom_4k.c | 238 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() 699 ath9k_hw_4k_set_gain(struct ath_hw *ah, struct modal_eep_4k_header *pModal, struct ar5416_eeprom_4k *eep, u8 txRxAttenLocal) ath9k_hw_4k_set_gain() argument 760 struct modal_eep_4k_header *pModal; ath9k_hw_4k_set_board_values() local [all...] |
H A D | eeprom_def.c | 298 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[ in ath9k_hw_def_get_eeprom() 416 ath9k_hw_def_set_gain(struct ath_hw *ah, struct modal_eep_header *pModal, struct ar5416_eeprom_def *eep, u8 txRxAttenLocal, int regChainOffset, int i) ath9k_hw_def_set_gain() argument 469 struct modal_eep_header *pModal; ath9k_hw_def_set_board_values() local 641 struct modal_eep_header *pModal; ath9k_hw_def_set_addac() local 1151 struct modal_eep_header *pModal = ath9k_hw_def_set_txpower() local [all...] |
H A D | eeprom_9287.c | 236 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() 712 struct modal_eep_ar9287_header *pModal = &pEepData->modalHeader; in ath9k_hw_ar9287_set_txpower() local 720 ht40PowerIncForPdadc = pModal->ht40PowerIncForPdadc; in ath9k_hw_ar9287_set_txpower() 853 struct modal_eep_ar9287_header *pModal = &eep->modalHeader; in ath9k_hw_ar9287_set_board_values() local 858 pModal = &eep->modalHeader; in ath9k_hw_ar9287_set_board_values() 860 REG_WRITE(ah, AR_PHY_SWITCH_COM, le32_to_cpu(pModal->antCtrlCommon)); in ath9k_hw_ar9287_set_board_values() 866 le32_to_cpu(pModal in ath9k_hw_ar9287_set_board_values() [all...] |
Completed in 7 milliseconds