Searched refs:idxL (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/wireless/ath/ath9k/
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] +
H A Deeprom_9287.c288 u16 idxL = 0, idxR = 0, numPiers; local
301 pCalChans, numPiers, &idxL, &idxR);
304 *pPwr = (int8_t) pRawDatasetOpLoop[idxL].pwrPdg[0][0];
306 *pPwr = ((int8_t) pRawDatasetOpLoop[idxL].pwrPdg[0][0] +
H A Deeprom.c258 u16 idxL = 0, idxR = 0; local
262 numIntercepts, &(idxL),
266 if (idxL == numIntercepts - 1)
267 idxL = (u16) (numIntercepts - 2);
268 if (pPwrList[idxL] == pPwrList[idxR])
269 k = pVpdList[idxL];
271 k = (u16)(((currPwr - pPwrList[idxL]) * pVpdList[idxR] +
272 (pPwrList[idxR] - currPwr) * pVpdList[idxL]) /
273 (pPwrList[idxR] - pPwrList[idxL]));
474 u16 idxL local
[all...]

Completed in 142 milliseconds