Lines Matching refs:modal_hdr
80 struct modal_eep_ar9287_header *modal_hdr) in ar9287_dump_modal_eeprom() argument
82 PR_EEP("Chain0 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[0])); in ar9287_dump_modal_eeprom()
83 PR_EEP("Chain1 Ant. Control", le16_to_cpu(modal_hdr->antCtrlChain[1])); in ar9287_dump_modal_eeprom()
84 PR_EEP("Ant. Common Control", le32_to_cpu(modal_hdr->antCtrlCommon)); in ar9287_dump_modal_eeprom()
85 PR_EEP("Chain0 Ant. Gain", modal_hdr->antennaGainCh[0]); in ar9287_dump_modal_eeprom()
86 PR_EEP("Chain1 Ant. Gain", modal_hdr->antennaGainCh[1]); in ar9287_dump_modal_eeprom()
87 PR_EEP("Switch Settle", modal_hdr->switchSettling); in ar9287_dump_modal_eeprom()
88 PR_EEP("Chain0 TxRxAtten", modal_hdr->txRxAttenCh[0]); in ar9287_dump_modal_eeprom()
89 PR_EEP("Chain1 TxRxAtten", modal_hdr->txRxAttenCh[1]); in ar9287_dump_modal_eeprom()
90 PR_EEP("Chain0 RxTxMargin", modal_hdr->rxTxMarginCh[0]); in ar9287_dump_modal_eeprom()
91 PR_EEP("Chain1 RxTxMargin", modal_hdr->rxTxMarginCh[1]); in ar9287_dump_modal_eeprom()
92 PR_EEP("ADC Desired size", modal_hdr->adcDesiredSize); in ar9287_dump_modal_eeprom()
93 PR_EEP("txEndToXpaOff", modal_hdr->txEndToXpaOff); in ar9287_dump_modal_eeprom()
94 PR_EEP("txEndToRxOn", modal_hdr->txEndToRxOn); in ar9287_dump_modal_eeprom()
95 PR_EEP("txFrameToXpaOn", modal_hdr->txFrameToXpaOn); in ar9287_dump_modal_eeprom()
96 PR_EEP("CCA Threshold)", modal_hdr->thresh62); in ar9287_dump_modal_eeprom()
97 PR_EEP("Chain0 NF Threshold", modal_hdr->noiseFloorThreshCh[0]); in ar9287_dump_modal_eeprom()
98 PR_EEP("Chain1 NF Threshold", modal_hdr->noiseFloorThreshCh[1]); in ar9287_dump_modal_eeprom()
99 PR_EEP("xpdGain", modal_hdr->xpdGain); in ar9287_dump_modal_eeprom()
100 PR_EEP("External PD", modal_hdr->xpd); in ar9287_dump_modal_eeprom()
101 PR_EEP("Chain0 I Coefficient", modal_hdr->iqCalICh[0]); in ar9287_dump_modal_eeprom()
102 PR_EEP("Chain1 I Coefficient", modal_hdr->iqCalICh[1]); in ar9287_dump_modal_eeprom()
103 PR_EEP("Chain0 Q Coefficient", modal_hdr->iqCalQCh[0]); in ar9287_dump_modal_eeprom()
104 PR_EEP("Chain1 Q Coefficient", modal_hdr->iqCalQCh[1]); in ar9287_dump_modal_eeprom()
105 PR_EEP("pdGainOverlap", modal_hdr->pdGainOverlap); in ar9287_dump_modal_eeprom()
106 PR_EEP("xPA Bias Level", modal_hdr->xpaBiasLvl); in ar9287_dump_modal_eeprom()
107 PR_EEP("txFrameToDataStart", modal_hdr->txFrameToDataStart); in ar9287_dump_modal_eeprom()
108 PR_EEP("txFrameToPaOn", modal_hdr->txFrameToPaOn); in ar9287_dump_modal_eeprom()
109 PR_EEP("HT40 Power Inc.", modal_hdr->ht40PowerIncForPdadc); in ar9287_dump_modal_eeprom()
110 PR_EEP("Chain0 bswAtten", modal_hdr->bswAtten[0]); in ar9287_dump_modal_eeprom()
111 PR_EEP("Chain1 bswAtten", modal_hdr->bswAtten[1]); in ar9287_dump_modal_eeprom()
112 PR_EEP("Chain0 bswMargin", modal_hdr->bswMargin[0]); in ar9287_dump_modal_eeprom()
113 PR_EEP("Chain1 bswMargin", modal_hdr->bswMargin[1]); in ar9287_dump_modal_eeprom()
114 PR_EEP("HT40 Switch Settle", modal_hdr->swSettleHt40); in ar9287_dump_modal_eeprom()
115 PR_EEP("AR92x7 Version", modal_hdr->version); in ar9287_dump_modal_eeprom()
116 PR_EEP("DriverBias1", modal_hdr->db1); in ar9287_dump_modal_eeprom()
117 PR_EEP("DriverBias2", modal_hdr->db1); in ar9287_dump_modal_eeprom()
118 PR_EEP("CCK OutputBias", modal_hdr->ob_cck); in ar9287_dump_modal_eeprom()
119 PR_EEP("PSK OutputBias", modal_hdr->ob_psk); in ar9287_dump_modal_eeprom()
120 PR_EEP("QAM OutputBias", modal_hdr->ob_qam); in ar9287_dump_modal_eeprom()
121 PR_EEP("PAL_OFF OutputBias", modal_hdr->ob_pal_off); in ar9287_dump_modal_eeprom()