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