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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_olc.c108 uint16_t idxL = 0, idxR = 0, numPiers; local
121 pCalChans, numPiers, &idxL, &idxR);
127 (int8_t) pRawDatasetOpLoop[idxR].pwrPdg[0][0])/2;
H A Dar9280_olc.c66 uint16_t idxL = 0, idxR = 0, numPiers; local
78 &idxL, &idxR);
83 pcdac = rawDatasetOpLoop[idxR].pcdac[0][0];
85 rawDatasetOpLoop[idxR].pwrPdg[0][0])/2;
H A Dar9285_reset.c647 uint16_t idxL, idxR, numPiers; /* Pier indexes */ local
679 IEEE80211_IS_CHAN_2GHZ(chan)), bChans, numPiers, &idxL, &idxR);
695 pVpdR = pRawDataSet[idxR].vpdPdg[i];
696 pPwrR = pRawDataSet[idxR].pwrPdg[i];
715 bChans[idxL], bChans[idxR], vpdTableL[i][j], vpdTableR[i][j]));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c304 uint32_t idxL, idxR; local
314 &(idxL), &(idxR));
315 if (idxR < 1)
316 idxR = 1; /* extrapolate below */
319 if (pwrList[idxL] == pwrList[idxR])
323 (((currPwr - pwrList[idxL])*VpdList[idxR]+
324 (pwrList[idxR] - currPwr)*VpdList[idxL])/
325 (pwrList[idxR] - pwrList[idxL]));
369 uint32_t idxL, idxR; local
386 pRawDataset->numChannels, &(idxL), &(idxR));
[all...]
H A Dar2317.c281 uint32_t idxL, idxR; local
291 &(idxL), &(idxR));
292 if (idxR < 1)
293 idxR = 1; /* extrapolate below */
296 if (pwrList[idxL] == pwrList[idxR])
300 (((currPwr - pwrList[idxL])*VpdList[idxR]+
301 (pwrList[idxR] - currPwr)*VpdList[idxL])/
302 (pwrList[idxR] - pwrList[idxL]));
347 uint32_t idxL, idxR; local
364 pRawDataset->numChannels, &(idxL), &(idxR));
[all...]
H A Dar2413.c298 uint32_t idxL, idxR; local
308 numIntercepts, &(idxL), &(idxR));
309 if (idxR < 1)
310 idxR = 1; /* extrapolate below */
313 if (pwrList[idxL] == pwrList[idxR])
317 (((currPwr - pwrList[idxL])*VpdList[idxR]+
318 (pwrList[idxR] - currPwr)*VpdList[idxL])/
319 (pwrList[idxR] - pwrList[idxL]));
363 uint32_t idxL, idxR; local
380 pRawDataset->numChannels, &(idxL), &(idxR));
[all...]
H A Dar2425.c300 uint32_t idxL, idxR; local
310 numIntercepts, &(idxL), &(idxR));
311 if (idxR < 1)
312 idxR = 1; /* extrapolate below */
315 if (pwrList[idxL] == pwrList[idxR])
319 (((currPwr - pwrList[idxL])*VpdList[idxR]+
320 (pwrList[idxR] - currPwr)*VpdList[idxL])/
321 (pwrList[idxR] - pwrList[idxL]));
362 uint32_t idxL, idxR; local
387 pRawDataset->numChannels, &(idxL), &(idxR));
[all...]
H A Dar5413.c342 uint32_t idxL, idxR; local
352 numIntercepts, &(idxL), &(idxR));
353 if (idxR < 1)
354 idxR = 1; /* extrapolate below */
357 if (pwrList[idxL] == pwrList[idxR])
361 (((currPwr - pwrList[idxL])*VpdList[idxR]+
362 (pwrList[idxR] - currPwr)*VpdList[idxL])/
363 (pwrList[idxR] - pwrList[idxL]));
407 uint32_t idxL, idxR; local
424 pRawDataset->numChannels, &(idxL), &(idxR));
[all...]
H A Dar5112.c611 uint16_t idxR = 1; local
620 if (ii>pcdacs[idxR] && idxR < numPcdacs-1) {
622 idxR++;
625 pcdacs[idxL], pcdacs[idxR], power[idxL], power[idxR]);
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.c1323 uint16_t idxL, idxR; local
1328 &(idxL), &(idxR));
1329 if (idxR < 1)
1330 idxR = 1; /* extrapolate below */
1333 if (pPwrList[idxL] == pPwrList[idxR])
1336 k = (uint16_t)( ((currPwr - pPwrList[idxL]) * pVpdList[idxR] + (pPwrList[idxR] - currPwr) * pVpdList[idxL]) /
1337 (pPwrList[idxR] - pPwrList[idxL]) );
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2424 uint16_t idxL, idxR, numPiers; /* Pier indexes */ local
2456 IEEE80211_IS_CHAN_2GHZ(chan)), bChans, numPiers, &idxL, &idxR);
2470 pVpdR = pRawDataSet[idxR].vpdPdg[i];
2471 pPwrR = pRawDataSet[idxR].pwrPdg[i];
2488 bChans[idxL], bChans[idxR], vpdTableL[i][j], vpdTableR[i][j]));

Completed in 108 milliseconds