Searched defs:idxL (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Deeprom.c135 u16 idxL = 0, idxR = 0; local
139 numIntercepts, &(idxL),
143 if (idxL == numIntercepts - 1)
144 idxL = (u16) (numIntercepts - 2);
145 if (pPwrList[idxL] == pPwrList[idxR])
146 k = pVpdList[idxL];
148 k = (u16)(((currPwr - pPwrList[idxL]) * pVpdList[idxR] +
149 (pPwrList[idxR] - currPwr) * pVpdList[idxL]) /
150 (pPwrList[idxR] - pPwrList[idxL]));
323 u16 idxL local
[all...]
H A Deeprom_9287.c348 u16 idxL = 0, idxR = 0, numPiers; local
361 pCalChans, numPiers, &idxL, &idxR);
364 *pPwr = (int8_t) pRawDatasetOpLoop[idxL].pwrPdg[0][0];
366 *pPwr = ((int8_t) pRawDatasetOpLoop[idxL].pwrPdg[0][0] +
H A Deeprom_def.c27 u16 idxL = 0, idxR = 0, numPiers; local
39 calChans, numPiers, &idxL, &idxR);
41 pcdac = rawDatasetOpLoop[idxL].pcdac[0][0];
42 *pwr = rawDatasetOpLoop[idxL].pwrPdg[0][0];
45 *pwr = (rawDatasetOpLoop[idxL].pwrPdg[0][0] +

Completed in 98 milliseconds