Searched refs:modal_hdr (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom_def.c | 136 struct modal_eep_header *modal_hdr) in ath9k_def_dump_modal_eeprom() argument 138 PR_EEP("Chain0 Ant. Control", le32_to_cpu(modal_hdr->antCtrlChain[0])); in ath9k_def_dump_modal_eeprom() 139 PR_EEP("Chain1 Ant. Control", le32_to_cpu(modal_hdr->antCtrlChain[1])); in ath9k_def_dump_modal_eeprom() 140 PR_EEP("Chain2 Ant. Control", le32_to_cpu(modal_hdr->antCtrlChain[2])); in ath9k_def_dump_modal_eeprom() 141 PR_EEP("Ant. Common Control", le32_to_cpu(modal_hdr->antCtrlCommon)); in ath9k_def_dump_modal_eeprom() 142 PR_EEP("Chain0 Ant. Gain", modal_hdr->antennaGainCh[0]); in ath9k_def_dump_modal_eeprom() 143 PR_EEP("Chain1 Ant. Gain", modal_hdr->antennaGainCh[1]); in ath9k_def_dump_modal_eeprom() 144 PR_EEP("Chain2 Ant. Gain", modal_hdr->antennaGainCh[2]); in ath9k_def_dump_modal_eeprom() 145 PR_EEP("Switch Settle", modal_hdr->switchSettling); in ath9k_def_dump_modal_eeprom() 146 PR_EEP("Chain0 TxRxAtten", modal_hdr in ath9k_def_dump_modal_eeprom() [all...] |
H A D | eeprom_4k.c | 77 struct modal_eep_4k_header *modal_hdr) in ath9k_dump_4k_modal_eeprom() argument 79 PR_EEP("Chain0 Ant. Control", le32_to_cpu(modal_hdr->antCtrlChain[0])); in ath9k_dump_4k_modal_eeprom() 80 PR_EEP("Ant. Common Control", le32_to_cpu(modal_hdr->antCtrlCommon)); in ath9k_dump_4k_modal_eeprom() 81 PR_EEP("Chain0 Ant. Gain", modal_hdr->antennaGainCh[0]); in ath9k_dump_4k_modal_eeprom() 82 PR_EEP("Switch Settle", modal_hdr->switchSettling); in ath9k_dump_4k_modal_eeprom() 83 PR_EEP("Chain0 TxRxAtten", modal_hdr->txRxAttenCh[0]); in ath9k_dump_4k_modal_eeprom() 84 PR_EEP("Chain0 RxTxMargin", modal_hdr->rxTxMarginCh[0]); in ath9k_dump_4k_modal_eeprom() 85 PR_EEP("ADC Desired size", modal_hdr->adcDesiredSize); in ath9k_dump_4k_modal_eeprom() 86 PR_EEP("PGA Desired size", modal_hdr->pgaDesiredSize); in ath9k_dump_4k_modal_eeprom() 87 PR_EEP("Chain0 xlna Gain", modal_hdr in ath9k_dump_4k_modal_eeprom() [all...] |