Home
last modified time | relevance | path

Searched refs:Vpd (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar2317.c386 &(pRawDataset->pDataPerChannel[idxL].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_L in ar2317getGainBoundariesAndPdadcsForPowers()
391 &(pRawDataset->pDataPerChannel[idxR].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_R in ar2317getGainBoundariesAndPdadcsForPowers()
615 vpdmax = data->pDataPerPDGain[ii].Vpd[numVpd-1]; in ar2317GetMaxPower()
H A Dar2425.c409 &(pRawDataset->pDataPerChannel[idxL].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_L in ar2425getGainBoundariesAndPdadcsForPowers()
414 &(pRawDataset->pDataPerChannel[idxR].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_R in ar2425getGainBoundariesAndPdadcsForPowers()
H A Dar2413.c402 &(pRawDataset->pDataPerChannel[idxL].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_L in ar2413getGainBoundariesAndPdadcsForPowers()
407 &(pRawDataset->pDataPerChannel[idxR].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_R in ar2413getGainBoundariesAndPdadcsForPowers()
H A Dar2316.c408 &(pRawDataset->pDataPerChannel[idxL].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_L in ar2316getGainBoundariesAndPdadcsForPowers()
413 &(pRawDataset->pDataPerChannel[idxR].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_R in ar2316getGainBoundariesAndPdadcsForPowers()
H A Dar5413.c445 &(pRawDataset->pDataPerChannel[idxL].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_L in ar5413getGainBoundariesAndPdadcsForPowers()
450 &(pRawDataset->pDataPerChannel[idxR].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_R in ar5413getGainBoundariesAndPdadcsForPowers()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_eeprom_v3.h296 uint16_t Vpd[NUM_POINTS_LAST_PDGAIN]; member
H A Dah_eeprom_v3.c716 pRawXPD->Vpd[0] = pCalCh->Vpd_I[jj]; in ar2413EepromToRawDataset()
720 pRawXPD->Vpd[kk] = (uint16_t)(pRawXPD->Vpd[kk-1] + pCalCh->Vpd_delta[kk-1][jj]); in ar2413EepromToRawDataset()