Lines Matching refs:resArray
60 …unsigned int *resArray) // outputs � phase roll, first path, pktinfo, difference of rxInfo CSI TSF… in wls_process_csi() argument
212 resArray[2] = (unsigned int)tempVec[0]; // = pktinfo in wls_process_csi()
213 resArray[3] = (unsigned int)tempVec[1]; // = pktinfo in wls_process_csi()
236 resArray[0] = ((phaseRollNg[0] * fftSize << 2) / 5) >> (pktinfo->sigBw); in wls_process_csi()
240 resArray[0] = ((phaseRollNg[0] * fftSize << 1) / 5) >> (pktinfo->sigBw + pktinfo->Ng); in wls_process_csi()
254 …resArray[1] = ((fineTimingRes << (14 - TOA_FPATH_BIPT)) / 5) >> (pktinfo->fftSize + pktinfo->NgDsf… in wls_process_csi()
258 …resArray[1] = ((firstPathDelay << (14 - TOA_FPATH_BIPT)) / 5) >> (pktinfo->fftSize + pktinfo->NgDs… in wls_process_csi()
264 resArray[4] = maxVal >> 15; in wls_process_csi()
268 resArray + 4); in wls_process_csi()
272 …ngleLinPhase(pktinfo, packetparams, &calData, fftBuffer, totalpower, firstPathDelay, resArray + 5); in wls_process_csi()
277 dumpRawComplex(pktinfo, fftBuffer, firstPathDelay, resArray + 8); in wls_process_csi()