Lines Matching defs:mh

146 	MODAL_EEP_HEADER *mh = &eep->ee_base.modalHeader[m];
149 printf("| antCtrlCommon: 0x%.8x |\n", mh->antCtrlCommon);
150 printf("| switchSettling: 0x%.2x |\n", mh->switchSettling);
152 mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0);
155 mh->antCtrlChain[0], mh->antCtrlChain[1], mh->antCtrlChain[2]);
157 mh->antennaGainCh[0], mh->antennaGainCh[1], mh->antennaGainCh[2]);
159 mh->txRxAttenCh[0], mh->txRxAttenCh[1], mh->txRxAttenCh[2]);
161 mh->rxTxMarginCh[0], mh->rxTxMarginCh[1], mh->rxTxMarginCh[2]);
163 mh->noiseFloorThreshCh[0], mh->noiseFloorThreshCh[1], mh->noiseFloorThreshCh[2]);
165 mh->xlnaGainCh[0], mh->xlnaGainCh[1], mh->xlnaGainCh[2]);
167 mh->iqCalICh[0], mh->iqCalICh[1], mh->iqCalICh[2],
168 mh->iqCalQCh[0], mh->iqCalQCh[1], mh->iqCalQCh[2]);
170 mh->bswAtten[0], mh->bswAtten[1], mh->bswAtten[2]);
172 mh->bswMargin[0], mh->bswMargin[1], mh->bswMargin[2]);
174 mh->xatten2Db[0], mh->xatten2Db[1], mh->xatten2Db[2]);
176 mh->xatten2Margin[0], mh->xatten2Margin[1], mh->xatten2Margin[2]);
179 mh->txEndToXpaOff, mh->txEndToRxOn, mh->txFrameToXpaOn);
181 printf("| thres62: 0x%.2x\n", mh->thresh62);
183 printf("| xpdGain: 0x%.2x | xpd: 0x%.2x |\n", mh->xpdGain, mh->xpd);
185 mh->xpaBiasLvlFreq[0], mh->xpaBiasLvlFreq[1], mh->xpaBiasLvlFreq[2]);
188 mh->pdGainOverlap, mh->ob, mh->db, mh->xpaBiasLvl);
191 mh->pwrDecreaseFor2Chain, mh->pwrDecreaseFor3Chain, mh->txFrameToDataStart,
192 mh->txFrameToPaOn);
194 printf("| ht40PowerIncForPdadc: 0x%.2x |\n", mh->ht40PowerIncForPdadc);
196 printf("| swSettleHt40: 0x%.2x |\n", mh->swSettleHt40);
198 printf("| ob_ch1: 0x%.2x | db_ch1: 0x%.2x |\n", mh->ob_ch1, mh->db_ch1);
200 printf("| flagBits: 0x%.2x | miscBits: 0x%.2x |\n", mh->flagBits, mh->miscBits);
204 mh->futureModal[0],
205 mh->futureModal[1],
206 mh->futureModal[2],
207 mh->futureModal[3],
208 mh->futureModal[4],
209 mh->futureModal[5]);
214 i, mh->spurChans[i].spurChan,
215 (int) mh->spurChans[i].spurRangeLow,
216 (int) mh->spurChans[i].spurRangeHigh);