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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287_olc.c110 uint16_t idxL = 0, idxR = 0, numPiers; local
123 pCalChans, numPiers, &idxL, &idxR);
129 (int8_t) pRawDatasetOpLoop[idxR].pwrPdg[0][0])/2;
H A Dar9280_olc.c68 uint16_t idxL = 0, idxR = 0, numPiers; local
80 &idxL, &idxR);
85 pcdac = rawDatasetOpLoop[idxR].pcdac[0][0];
87 rawDatasetOpLoop[idxR].pwrPdg[0][0])/2;
H A Dar9285_reset.c649 uint16_t idxL, idxR, numPiers; /* Pier indexes */ local
681 IEEE80211_IS_CHAN_2GHZ(chan)), bChans, numPiers, &idxL, &idxR);
697 pVpdR = pRawDataSet[idxR].vpdPdg[i];
698 pPwrR = pRawDataSet[idxR].pwrPdg[i];
717 bChans[idxL], bChans[idxR], vpdTableL[i][j], vpdTableR[i][j]));
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5413.c343 uint32_t idxL, idxR; local
353 numIntercepts, &(idxL), &(idxR));
354 if (idxR < 1)
355 idxR = 1; /* extrapolate below */
358 if (pwrList[idxL] == pwrList[idxR])
362 (((currPwr - pwrList[idxL])*VpdList[idxR]+
363 (pwrList[idxR] - currPwr)*VpdList[idxL])/
364 (pwrList[idxR] - pwrList[idxL]));
408 uint32_t idxL, idxR; local
425 pRawDataset->numChannels, &(idxL), &(idxR));
[all...]
H A Dar2316.c306 uint32_t idxL, idxR; local
316 &(idxL), &(idxR));
317 if (idxR < 1)
318 idxR = 1; /* extrapolate below */
321 if (pwrList[idxL] == pwrList[idxR])
325 (((currPwr - pwrList[idxL])*VpdList[idxR]+
326 (pwrList[idxR] - currPwr)*VpdList[idxL])/
327 (pwrList[idxR] - pwrList[idxL]));
371 uint32_t idxL, idxR; local
388 pRawDataset->numChannels, &(idxL), &(idxR));
[all...]
H A Dar2317.c283 uint32_t idxL, idxR; local
293 &(idxL), &(idxR));
294 if (idxR < 1)
295 idxR = 1; /* extrapolate below */
298 if (pwrList[idxL] == pwrList[idxR])
302 (((currPwr - pwrList[idxL])*VpdList[idxR]+
303 (pwrList[idxR] - currPwr)*VpdList[idxL])/
304 (pwrList[idxR] - pwrList[idxL]));
349 uint32_t idxL, idxR; local
366 pRawDataset->numChannels, &(idxL), &(idxR));
[all...]
H A Dar2413.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]));
365 uint32_t idxL, idxR; local
382 pRawDataset->numChannels, &(idxL), &(idxR));
[all...]
H A Dar2425.c302 uint32_t idxL, idxR; local
312 numIntercepts, &(idxL), &(idxR));
313 if (idxR < 1)
314 idxR = 1; /* extrapolate below */
317 if (pwrList[idxL] == pwrList[idxR])
321 (((currPwr - pwrList[idxL])*VpdList[idxR]+
322 (pwrList[idxR] - currPwr)*VpdList[idxL])/
323 (pwrList[idxR] - pwrList[idxL]));
364 uint32_t idxL, idxR; local
389 pRawDataset->numChannels, &(idxL), &(idxR));
[all...]
H A Dar5112.c613 uint16_t idxR = 1; local
622 if (ii>pcdacs[idxR] && idxR < numPcdacs-1) {
624 idxR++;
627 pcdacs[idxL], pcdacs[idxR], power[idxL], power[idxR]);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c1423 uint16_t idxL, idxR; local
1428 &(idxL), &(idxR));
1429 if (idxR < 1)
1430 idxR = 1; /* extrapolate below */
1433 if (pPwrList[idxL] == pPwrList[idxR])
1436 k = (uint16_t)( ((currPwr - pPwrList[idxL]) * pVpdList[idxR] + (pPwrList[idxR] - currPwr) * pVpdList[idxL]) /
1437 (pPwrList[idxR] - pPwrList[idxL]) );
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2433 uint16_t idxL, idxR, numPiers; /* Pier indexes */ local
2465 IEEE80211_IS_CHAN_2GHZ(chan)), bChans, numPiers, &idxL, &idxR);
2479 pVpdR = pRawDataSet[idxR].vpdPdg[i];
2480 pPwrR = pRawDataSet[idxR].pwrPdg[i];
2497 bChans[idxL], bChans[idxR], vpdTableL[i][j], vpdTableR[i][j]));

Completed in 124 milliseconds