/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom_9287.c | 75 struct modal_eep_ar9287_header *modal_hdr) ar9287_dump_modal_eeprom() 77 PR_EEP("Chain0 Ant. Control", modal_hdr->antCtrlChain[0]); ar9287_dump_modal_eeprom() 78 PR_EEP("Chain1 Ant. Control", modal_hdr->antCtrlChain[1]); ar9287_dump_modal_eeprom() 79 PR_EEP("Ant. Common Control", modal_hdr->antCtrlCommon); ar9287_dump_modal_eeprom() 80 PR_EEP("Chain0 Ant. Gain", modal_hdr->antennaGainCh[0]); ar9287_dump_modal_eeprom() 81 PR_EEP("Chain1 Ant. Gain", modal_hdr->antennaGainCh[1]); ar9287_dump_modal_eeprom() 82 PR_EEP("Switch Settle", modal_hdr->switchSettling); ar9287_dump_modal_eeprom() 83 PR_EEP("Chain0 TxRxAtten", modal_hdr->txRxAttenCh[0]); ar9287_dump_modal_eeprom() 84 PR_EEP("Chain1 TxRxAtten", modal_hdr->txRxAttenCh[1]); ar9287_dump_modal_eeprom() 85 PR_EEP("Chain0 RxTxMargin", modal_hdr->rxTxMarginCh[0]); ar9287_dump_modal_eeprom() 86 PR_EEP("Chain1 RxTxMargin", modal_hdr->rxTxMarginCh[1]); ar9287_dump_modal_eeprom() 87 PR_EEP("ADC Desired size", modal_hdr->adcDesiredSize); ar9287_dump_modal_eeprom() 88 PR_EEP("txEndToXpaOff", modal_hdr->txEndToXpaOff); ar9287_dump_modal_eeprom() 89 PR_EEP("txEndToRxOn", modal_hdr->txEndToRxOn); ar9287_dump_modal_eeprom() 90 PR_EEP("txFrameToXpaOn", modal_hdr->txFrameToXpaOn); ar9287_dump_modal_eeprom() 91 PR_EEP("CCA Threshold)", modal_hdr->thresh62); ar9287_dump_modal_eeprom() 92 PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); ar9287_dump_modal_eeprom() 93 PR_EEP("Chain1 NF Threshold", modal_hdr->noiseFloorThreshCh[1]); ar9287_dump_modal_eeprom() 94 PR_EEP("xpdGain", modal_hdr->xpdGain); ar9287_dump_modal_eeprom() 95 PR_EEP("External PD", modal_hdr->xpd); ar9287_dump_modal_eeprom() 96 PR_EEP("Chain0 I Coefficient", modal_hdr->iqCalICh[0]); ar9287_dump_modal_eeprom() 97 PR_EEP("Chain1 I Coefficient", modal_hdr->iqCalICh[1]); ar9287_dump_modal_eeprom() 98 PR_EEP("Chain0 Q Coefficient", modal_hdr->iqCalQCh[0]); ar9287_dump_modal_eeprom() 99 PR_EEP("Chain1 Q Coefficient", modal_hdr->iqCalQCh[1]); ar9287_dump_modal_eeprom() 100 PR_EEP("pdGainOverlap", modal_hdr->pdGainOverlap); ar9287_dump_modal_eeprom() 101 PR_EEP("xPA Bias Level", modal_hdr->xpaBiasLvl); ar9287_dump_modal_eeprom() 102 PR_EEP("txFrameToDataStart", modal_hdr->txFrameToDataStart); ar9287_dump_modal_eeprom() 103 PR_EEP("txFrameToPaOn", modal_hdr->txFrameToPaOn); ar9287_dump_modal_eeprom() 104 PR_EEP("HT40 Power Inc.", modal_hdr->ht40PowerIncForPdadc); ar9287_dump_modal_eeprom() 105 PR_EEP("Chain0 bswAtten", modal_hdr->bswAtten[0]); ar9287_dump_modal_eeprom() 106 PR_EEP("Chain1 bswAtten", modal_hdr->bswAtten[1]); ar9287_dump_modal_eeprom() 107 PR_EEP("Chain0 bswMargin", modal_hdr->bswMargin[0]); ar9287_dump_modal_eeprom() 108 PR_EEP("Chain1 bswMargin", modal_hdr->bswMargin[1]); ar9287_dump_modal_eeprom() 109 PR_EEP("HT40 Switch Settle", modal_hdr->swSettleHt40); ar9287_dump_modal_eeprom() 110 PR_EEP("AR92x7 Version", modal_hdr->version); ar9287_dump_modal_eeprom() 111 PR_EEP("DriverBias1", modal_hdr->db1); ar9287_dump_modal_eeprom() 112 PR_EEP("DriverBias2", modal_hdr->db1); ar9287_dump_modal_eeprom() 113 PR_EEP("CCK OutputBias", modal_hdr->ob_cck); ar9287_dump_modal_eeprom() 114 PR_EEP("PSK OutputBias", modal_hdr->ob_psk); ar9287_dump_modal_eeprom() 115 PR_EEP("QAM OutputBias", modal_hdr->ob_qam); ar9287_dump_modal_eeprom() 116 PR_EEP("PAL_OFF OutputBias", modal_hdr->ob_pal_off); ar9287_dump_modal_eeprom() 74 ar9287_dump_modal_eeprom(char *buf, u32 len, u32 size, struct modal_eep_ar9287_header *modal_hdr) ar9287_dump_modal_eeprom() argument
|
H A D | eeprom_def.c | 133 struct modal_eep_header *modal_hdr) ath9k_def_dump_modal_eeprom() 135 PR_EEP("Chain0 Ant. Control", modal_hdr->antCtrlChain[0]); ath9k_def_dump_modal_eeprom() 136 PR_EEP("Chain1 Ant. Control", modal_hdr->antCtrlChain[1]); ath9k_def_dump_modal_eeprom() 137 PR_EEP("Chain2 Ant. Control", modal_hdr->antCtrlChain[2]); ath9k_def_dump_modal_eeprom() 138 PR_EEP("Ant. Common Control", modal_hdr->antCtrlCommon); ath9k_def_dump_modal_eeprom() 139 PR_EEP("Chain0 Ant. Gain", modal_hdr->antennaGainCh[0]); ath9k_def_dump_modal_eeprom() 140 PR_EEP("Chain1 Ant. Gain", modal_hdr->antennaGainCh[1]); ath9k_def_dump_modal_eeprom() 141 PR_EEP("Chain2 Ant. Gain", modal_hdr->antennaGainCh[2]); ath9k_def_dump_modal_eeprom() 142 PR_EEP("Switch Settle", modal_hdr->switchSettling); ath9k_def_dump_modal_eeprom() 143 PR_EEP("Chain0 TxRxAtten", modal_hdr->txRxAttenCh[0]); ath9k_def_dump_modal_eeprom() 144 PR_EEP("Chain1 TxRxAtten", modal_hdr->txRxAttenCh[1]); ath9k_def_dump_modal_eeprom() 145 PR_EEP("Chain2 TxRxAtten", modal_hdr->txRxAttenCh[2]); ath9k_def_dump_modal_eeprom() 146 PR_EEP("Chain0 RxTxMargin", modal_hdr->rxTxMarginCh[0]); ath9k_def_dump_modal_eeprom() 147 PR_EEP("Chain1 RxTxMargin", modal_hdr->rxTxMarginCh[1]); ath9k_def_dump_modal_eeprom() 148 PR_EEP("Chain2 RxTxMargin", modal_hdr->rxTxMarginCh[2]); ath9k_def_dump_modal_eeprom() 149 PR_EEP("ADC Desired size", modal_hdr->adcDesiredSize); ath9k_def_dump_modal_eeprom() 150 PR_EEP("PGA Desired size", modal_hdr->pgaDesiredSize); ath9k_def_dump_modal_eeprom() 151 PR_EEP("Chain0 xlna Gain", modal_hdr->xlnaGainCh[0]); ath9k_def_dump_modal_eeprom() 152 PR_EEP("Chain1 xlna Gain", modal_hdr->xlnaGainCh[1]); ath9k_def_dump_modal_eeprom() 153 PR_EEP("Chain2 xlna Gain", modal_hdr->xlnaGainCh[2]); ath9k_def_dump_modal_eeprom() 154 PR_EEP("txEndToXpaOff", modal_hdr->txEndToXpaOff); ath9k_def_dump_modal_eeprom() 155 PR_EEP("txEndToRxOn", modal_hdr->txEndToRxOn); ath9k_def_dump_modal_eeprom() 156 PR_EEP("txFrameToXpaOn", modal_hdr->txFrameToXpaOn); ath9k_def_dump_modal_eeprom() 157 PR_EEP("CCA Threshold)", modal_hdr->thresh62); ath9k_def_dump_modal_eeprom() 158 PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); ath9k_def_dump_modal_eeprom() 159 PR_EEP("Chain1 NF Threshold", modal_hdr->noiseFloorThreshCh[1]); ath9k_def_dump_modal_eeprom() 160 PR_EEP("Chain2 NF Threshold", modal_hdr->noiseFloorThreshCh[2]); ath9k_def_dump_modal_eeprom() 161 PR_EEP("xpdGain", modal_hdr->xpdGain); ath9k_def_dump_modal_eeprom() 162 PR_EEP("External PD", modal_hdr->xpd); ath9k_def_dump_modal_eeprom() 163 PR_EEP("Chain0 I Coefficient", modal_hdr->iqCalICh[0]); ath9k_def_dump_modal_eeprom() 164 PR_EEP("Chain1 I Coefficient", modal_hdr->iqCalICh[1]); ath9k_def_dump_modal_eeprom() 165 PR_EEP("Chain2 I Coefficient", modal_hdr->iqCalICh[2]); ath9k_def_dump_modal_eeprom() 166 PR_EEP("Chain0 Q Coefficient", modal_hdr->iqCalQCh[0]); ath9k_def_dump_modal_eeprom() 167 PR_EEP("Chain1 Q Coefficient", modal_hdr->iqCalQCh[1]); ath9k_def_dump_modal_eeprom() 168 PR_EEP("Chain2 Q Coefficient", modal_hdr->iqCalQCh[2]); ath9k_def_dump_modal_eeprom() 169 PR_EEP("pdGainOverlap", modal_hdr->pdGainOverlap); ath9k_def_dump_modal_eeprom() 170 PR_EEP("Chain0 OutputBias", modal_hdr->ob); ath9k_def_dump_modal_eeprom() 171 PR_EEP("Chain0 DriverBias", modal_hdr->db); ath9k_def_dump_modal_eeprom() 172 PR_EEP("xPA Bias Level", modal_hdr->xpaBiasLvl); ath9k_def_dump_modal_eeprom() 173 PR_EEP("2chain pwr decrease", modal_hdr->pwrDecreaseFor2Chain); ath9k_def_dump_modal_eeprom() 174 PR_EEP("3chain pwr decrease", modal_hdr->pwrDecreaseFor3Chain); ath9k_def_dump_modal_eeprom() 175 PR_EEP("txFrameToDataStart", modal_hdr->txFrameToDataStart); ath9k_def_dump_modal_eeprom() 176 PR_EEP("txFrameToPaOn", modal_hdr->txFrameToPaOn); ath9k_def_dump_modal_eeprom() 177 PR_EEP("HT40 Power Inc.", modal_hdr->ht40PowerIncForPdadc); ath9k_def_dump_modal_eeprom() 178 PR_EEP("Chain0 bswAtten", modal_hdr->bswAtten[0]); ath9k_def_dump_modal_eeprom() 179 PR_EEP("Chain1 bswAtten", modal_hdr->bswAtten[1]); ath9k_def_dump_modal_eeprom() 180 PR_EEP("Chain2 bswAtten", modal_hdr->bswAtten[2]); ath9k_def_dump_modal_eeprom() 181 PR_EEP("Chain0 bswMargin", modal_hdr->bswMargin[0]); ath9k_def_dump_modal_eeprom() 182 PR_EEP("Chain1 bswMargin", modal_hdr->bswMargin[1]); ath9k_def_dump_modal_eeprom() 183 PR_EEP("Chain2 bswMargin", modal_hdr->bswMargin[2]); ath9k_def_dump_modal_eeprom() 184 PR_EEP("HT40 Switch Settle", modal_hdr->swSettleHt40); ath9k_def_dump_modal_eeprom() 185 PR_EEP("Chain0 xatten2Db", modal_hdr->xatten2Db[0]); ath9k_def_dump_modal_eeprom() 186 PR_EEP("Chain1 xatten2Db", modal_hdr->xatten2Db[1]); ath9k_def_dump_modal_eeprom() 187 PR_EEP("Chain2 xatten2Db", modal_hdr->xatten2Db[2]); ath9k_def_dump_modal_eeprom() 188 PR_EEP("Chain0 xatten2Margin", modal_hdr->xatten2Margin[0]); ath9k_def_dump_modal_eeprom() 189 PR_EEP("Chain1 xatten2Margin", modal_hdr->xatten2Margin[1]); ath9k_def_dump_modal_eeprom() 190 PR_EEP("Chain2 xatten2Margin", modal_hdr->xatten2Margin[2]); ath9k_def_dump_modal_eeprom() 191 PR_EEP("Chain1 OutputBias", modal_hdr->ob_ch1); ath9k_def_dump_modal_eeprom() 192 PR_EEP("Chain1 DriverBias", modal_hdr->db_ch1); ath9k_def_dump_modal_eeprom() 193 PR_EEP("LNA Control", modal_hdr->lna_ctl); ath9k_def_dump_modal_eeprom() 194 PR_EEP("XPA Bias Freq0", modal_hdr->xpaBiasLvlFreq[0]); ath9k_def_dump_modal_eeprom() 195 PR_EEP("XPA Bias Freq1", modal_hdr->xpaBiasLvlFreq[1]); ath9k_def_dump_modal_eeprom() 196 PR_EEP("XPA Bias Freq2", modal_hdr->xpaBiasLvlFreq[2]); ath9k_def_dump_modal_eeprom() 132 ath9k_def_dump_modal_eeprom(char *buf, u32 len, u32 size, struct modal_eep_header *modal_hdr) ath9k_def_dump_modal_eeprom() argument
|
H A D | eeprom_4k.c | 72 struct modal_eep_4k_header *modal_hdr) ath9k_dump_4k_modal_eeprom() 74 PR_EEP("Chain0 Ant. Control", modal_hdr->antCtrlChain[0]); ath9k_dump_4k_modal_eeprom() 75 PR_EEP("Ant. Common Control", modal_hdr->antCtrlCommon); ath9k_dump_4k_modal_eeprom() 76 PR_EEP("Chain0 Ant. Gain", modal_hdr->antennaGainCh[0]); ath9k_dump_4k_modal_eeprom() 77 PR_EEP("Switch Settle", modal_hdr->switchSettling); ath9k_dump_4k_modal_eeprom() 78 PR_EEP("Chain0 TxRxAtten", modal_hdr->txRxAttenCh[0]); ath9k_dump_4k_modal_eeprom() 79 PR_EEP("Chain0 RxTxMargin", modal_hdr->rxTxMarginCh[0]); ath9k_dump_4k_modal_eeprom() 80 PR_EEP("ADC Desired size", modal_hdr->adcDesiredSize); ath9k_dump_4k_modal_eeprom() 81 PR_EEP("PGA Desired size", modal_hdr->pgaDesiredSize); ath9k_dump_4k_modal_eeprom() 82 PR_EEP("Chain0 xlna Gain", modal_hdr->xlnaGainCh[0]); ath9k_dump_4k_modal_eeprom() 83 PR_EEP("txEndToXpaOff", modal_hdr->txEndToXpaOff); ath9k_dump_4k_modal_eeprom() 84 PR_EEP("txEndToRxOn", modal_hdr->txEndToRxOn); ath9k_dump_4k_modal_eeprom() 85 PR_EEP("txFrameToXpaOn", modal_hdr->txFrameToXpaOn); ath9k_dump_4k_modal_eeprom() 86 PR_EEP("CCA Threshold)", modal_hdr->thresh62); ath9k_dump_4k_modal_eeprom() 87 PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); ath9k_dump_4k_modal_eeprom() 88 PR_EEP("xpdGain", modal_hdr->xpdGain); ath9k_dump_4k_modal_eeprom() 89 PR_EEP("External PD", modal_hdr->xpd); ath9k_dump_4k_modal_eeprom() 90 PR_EEP("Chain0 I Coefficient", modal_hdr->iqCalICh[0]); ath9k_dump_4k_modal_eeprom() 91 PR_EEP("Chain0 Q Coefficient", modal_hdr->iqCalQCh[0]); ath9k_dump_4k_modal_eeprom() 92 PR_EEP("pdGainOverlap", modal_hdr->pdGainOverlap); ath9k_dump_4k_modal_eeprom() 93 PR_EEP("O/D Bias Version", modal_hdr->version); ath9k_dump_4k_modal_eeprom() 94 PR_EEP("CCK OutputBias", modal_hdr->ob_0); ath9k_dump_4k_modal_eeprom() 95 PR_EEP("BPSK OutputBias", modal_hdr->ob_1); ath9k_dump_4k_modal_eeprom() 96 PR_EEP("QPSK OutputBias", modal_hdr->ob_2); ath9k_dump_4k_modal_eeprom() 97 PR_EEP("16QAM OutputBias", modal_hdr->ob_3); ath9k_dump_4k_modal_eeprom() 98 PR_EEP("64QAM OutputBias", modal_hdr->ob_4); ath9k_dump_4k_modal_eeprom() 99 PR_EEP("CCK Driver1_Bias", modal_hdr->db1_0); ath9k_dump_4k_modal_eeprom() 100 PR_EEP("BPSK Driver1_Bias", modal_hdr->db1_1); ath9k_dump_4k_modal_eeprom() 101 PR_EEP("QPSK Driver1_Bias", modal_hdr->db1_2); ath9k_dump_4k_modal_eeprom() 102 PR_EEP("16QAM Driver1_Bias", modal_hdr->db1_3); ath9k_dump_4k_modal_eeprom() 103 PR_EEP("64QAM Driver1_Bias", modal_hdr->db1_4); ath9k_dump_4k_modal_eeprom() 104 PR_EEP("CCK Driver2_Bias", modal_hdr->db2_0); ath9k_dump_4k_modal_eeprom() 105 PR_EEP("BPSK Driver2_Bias", modal_hdr->db2_1); ath9k_dump_4k_modal_eeprom() 106 PR_EEP("QPSK Driver2_Bias", modal_hdr->db2_2); ath9k_dump_4k_modal_eeprom() 107 PR_EEP("16QAM Driver2_Bias", modal_hdr->db2_3); ath9k_dump_4k_modal_eeprom() 108 PR_EEP("64QAM Driver2_Bias", modal_hdr->db2_4); ath9k_dump_4k_modal_eeprom() 109 PR_EEP("xPA Bias Level", modal_hdr->xpaBiasLvl); ath9k_dump_4k_modal_eeprom() 110 PR_EEP("txFrameToDataStart", modal_hdr->txFrameToDataStart); ath9k_dump_4k_modal_eeprom() 111 PR_EEP("txFrameToPaOn", modal_hdr->txFrameToPaOn); ath9k_dump_4k_modal_eeprom() 112 PR_EEP("HT40 Power Inc.", modal_hdr->ht40PowerIncForPdadc); ath9k_dump_4k_modal_eeprom() 113 PR_EEP("Chain0 bswAtten", modal_hdr->bswAtten[0]); ath9k_dump_4k_modal_eeprom() 114 PR_EEP("Chain0 bswMargin", modal_hdr->bswMargin[0]); ath9k_dump_4k_modal_eeprom() 115 PR_EEP("HT40 Switch Settle", modal_hdr->swSettleHt40); ath9k_dump_4k_modal_eeprom() 116 PR_EEP("Chain0 xatten2Db", modal_hdr->xatten2Db[0]); ath9k_dump_4k_modal_eeprom() 117 PR_EEP("Chain0 xatten2Margin", modal_hdr->xatten2Margin[0]); ath9k_dump_4k_modal_eeprom() 118 PR_EEP("Ant. Diversity ctl1", modal_hdr->antdiv_ctl1); ath9k_dump_4k_modal_eeprom() 119 PR_EEP("Ant. Diversity ctl2", modal_hdr->antdiv_ctl2); ath9k_dump_4k_modal_eeprom() 120 PR_EEP("TX Diversity", modal_hdr->tx_diversity); ath9k_dump_4k_modal_eeprom() 71 ath9k_dump_4k_modal_eeprom(char *buf, u32 len, u32 size, struct modal_eep_4k_header *modal_hdr) ath9k_dump_4k_modal_eeprom() argument
|
H A D | ar9003_eeprom.c | 3396 struct ar9300_modal_eep_header *modal_hdr) ar9003_dump_modal_eeprom() 3398 PR_EEP("Chain0 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[0])); ar9003_dump_modal_eeprom() 3399 PR_EEP("Chain1 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[1])); ar9003_dump_modal_eeprom() 3400 PR_EEP("Chain2 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[2])); ar9003_dump_modal_eeprom() 3401 PR_EEP("Ant. Common Control", le32_to_cpu(modal_hdr->antCtrlCommon)); ar9003_dump_modal_eeprom() 3402 PR_EEP("Ant. Common Control2", le32_to_cpu(modal_hdr->antCtrlCommon2)); ar9003_dump_modal_eeprom() 3403 PR_EEP("Ant. Gain", modal_hdr->antennaGain); ar9003_dump_modal_eeprom() 3404 PR_EEP("Switch Settle", modal_hdr->switchSettling); ar9003_dump_modal_eeprom() 3405 PR_EEP("Chain0 xatten1DB", modal_hdr->xatten1DB[0]); ar9003_dump_modal_eeprom() 3406 PR_EEP("Chain1 xatten1DB", modal_hdr->xatten1DB[1]); ar9003_dump_modal_eeprom() 3407 PR_EEP("Chain2 xatten1DB", modal_hdr->xatten1DB[2]); ar9003_dump_modal_eeprom() 3408 PR_EEP("Chain0 xatten1Margin", modal_hdr->xatten1Margin[0]); ar9003_dump_modal_eeprom() 3409 PR_EEP("Chain1 xatten1Margin", modal_hdr->xatten1Margin[1]); ar9003_dump_modal_eeprom() 3410 PR_EEP("Chain2 xatten1Margin", modal_hdr->xatten1Margin[2]); ar9003_dump_modal_eeprom() 3411 PR_EEP("Temp Slope", modal_hdr->tempSlope); ar9003_dump_modal_eeprom() 3412 PR_EEP("Volt Slope", modal_hdr->voltSlope); ar9003_dump_modal_eeprom() 3413 PR_EEP("spur Channels0", modal_hdr->spurChans[0]); ar9003_dump_modal_eeprom() 3414 PR_EEP("spur Channels1", modal_hdr->spurChans[1]); ar9003_dump_modal_eeprom() 3415 PR_EEP("spur Channels2", modal_hdr->spurChans[2]); ar9003_dump_modal_eeprom() 3416 PR_EEP("spur Channels3", modal_hdr->spurChans[3]); ar9003_dump_modal_eeprom() 3417 PR_EEP("spur Channels4", modal_hdr->spurChans[4]); ar9003_dump_modal_eeprom() 3418 PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); ar9003_dump_modal_eeprom() 3419 PR_EEP("Chain1 NF Threshold", modal_hdr->noiseFloorThreshCh[1]); ar9003_dump_modal_eeprom() 3420 PR_EEP("Chain2 NF Threshold", modal_hdr->noiseFloorThreshCh[2]); ar9003_dump_modal_eeprom() 3421 PR_EEP("Quick Drop", modal_hdr->quick_drop); ar9003_dump_modal_eeprom() 3422 PR_EEP("txEndToXpaOff", modal_hdr->txEndToXpaOff); ar9003_dump_modal_eeprom() 3423 PR_EEP("xPA Bias Level", modal_hdr->xpaBiasLvl); ar9003_dump_modal_eeprom() 3424 PR_EEP("txFrameToDataStart", modal_hdr->txFrameToDataStart); ar9003_dump_modal_eeprom() 3425 PR_EEP("txFrameToPaOn", modal_hdr->txFrameToPaOn); ar9003_dump_modal_eeprom() 3426 PR_EEP("txFrameToXpaOn", modal_hdr->txFrameToXpaOn); ar9003_dump_modal_eeprom() 3427 PR_EEP("txClip", modal_hdr->txClip); ar9003_dump_modal_eeprom() 3428 PR_EEP("ADC Desired size", modal_hdr->adcDesiredSize); ar9003_dump_modal_eeprom() 5336 struct ar9300_modal_eep_header *modal_hdr; ath9k_hw_ar9300_set_txpower() local 5352 modal_hdr = &eep->modalHeader2G; ath9k_hw_ar9300_set_txpower() 5354 modal_hdr = &eep->modalHeader5G; ath9k_hw_ar9300_set_txpower() 5357 le32_to_cpu(modal_hdr->papdRateMaskHt20) & ath9k_hw_ar9300_set_txpower() 5361 le32_to_cpu(modal_hdr->papdRateMaskHt40) & ath9k_hw_ar9300_set_txpower() 3395 ar9003_dump_modal_eeprom(char *buf, u32 len, u32 size, struct ar9300_modal_eep_header *modal_hdr) ar9003_dump_modal_eeprom() argument
|