Searched refs:pRawXPD (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c684 RAW_DATA_PER_PDGAIN_2413 *pRawXPD; local
714 pRawXPD = &(pRaw->pDataPerChannel[ii].pDataPerPDGain[ss]);
715 HALASSERT(pRawXPD->numVpd >= 1);
717 pRawXPD->pwr_t4[0] = (uint16_t)(4*pCalCh->pwr_I[jj]);
718 pRawXPD->Vpd[0] = pCalCh->Vpd_I[jj];
720 for (kk = 1; kk < pRawXPD->numVpd; kk++) {
721 pRawXPD->pwr_t4[kk] = (int16_t)(pRawXPD->pwr_t4[kk-1] + 2*pCalCh->pwr_delta_t2[kk-1][jj]);
722 pRawXPD->Vpd[kk] = (uint16_t)(pRawXPD
[all...]

Completed in 180 milliseconds