Home | History | Annotate | Download | only in ar5416

Lines Matching refs:idxR

1950 idxR = 0, numPiers; /* Pier indexes */
1982 bChans, numPiers, &idxL, &idxR);
1996 pVpdR = pRawDataSet[idxR].vpdPdg[i];
1997 pPwrR = pRawDataSet[idxR].pwrPdg[i];
2013 bChans[idxL], bChans[idxR], vpdTableL[i][j], vpdTableR[i][j]));
2161 uint16_t idxL = 0, idxR = 0;
2166 &(idxL), &(idxR));
2167 if (idxR < 1)
2168 idxR = 1; /* extrapolate below */
2171 if (pPwrList[idxL] == pPwrList[idxR])
2174 k = (uint16_t)( ((currPwr - pPwrList[idxL]) * pVpdList[idxR] + (pPwrList[idxR] - currPwr) * pVpdList[idxL]) /
2175 (pPwrList[idxR] - pPwrList[idxL]) );