Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar2317.c392 &(pRawDataset->pDataPerChannel[idxL].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_L in ar2317getGainBoundariesAndPdadcsForPowers()
397 &(pRawDataset->pDataPerChannel[idxR].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_R in ar2317getGainBoundariesAndPdadcsForPowers()
H A Dar2316.c414 &(pRawDataset->pDataPerChannel[idxL].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_L in ar2316getGainBoundariesAndPdadcsForPowers()
419 &(pRawDataset->pDataPerChannel[idxR].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_R in ar2316getGainBoundariesAndPdadcsForPowers()
H A Dar2413.c408 &(pRawDataset->pDataPerChannel[idxL].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_L in ar2413getGainBoundariesAndPdadcsForPowers()
413 &(pRawDataset->pDataPerChannel[idxR].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_R in ar2413getGainBoundariesAndPdadcsForPowers()
H A Dar2425.c415 &(pRawDataset->pDataPerChannel[idxL].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_L in ar2425getGainBoundariesAndPdadcsForPowers()
420 &(pRawDataset->pDataPerChannel[idxR].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_R in ar2425getGainBoundariesAndPdadcsForPowers()
H A Dar5413.c444 &(pRawDataset->pDataPerChannel[idxL].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_L in ar5413getGainBoundariesAndPdadcsForPowers()
449 &(pRawDataset->pDataPerChannel[idxR].pDataPerPDGain[jj].Vpd[0]), numVpd, VpdTable_R in ar5413getGainBoundariesAndPdadcsForPowers()
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v3.h297 uint16_t Vpd[NUM_POINTS_LAST_PDGAIN]; member
H A Dah_eeprom_v3.c714 pRawXPD->Vpd[0] = pCalCh->Vpd_I[jj]; in ar2413EepromToRawDataset()
718 pRawXPD->Vpd[kk] = (uint16_t)(pRawXPD->Vpd[kk-1] + pCalCh->Vpd_delta[kk-1][jj]); in ar2413EepromToRawDataset()