Searched refs:pilotVals (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wls/ |
| D | wls_processing.c | 265 void processSubCarrier(unsigned short *dataPtrTmp, short *writePtr, unsigned int pilotVals, const s… in processSubCarrier() argument 393 pilotSym = 2*(pilotVals&1)-1; pilotVals>>=1; in processSubCarrier() 440 void processSubCarrier20MHz(unsigned short *dataPtrTmp, short *writePtr, unsigned int pilotVals, co… in processSubCarrier20MHz() argument 563 …: [read]"+r"(dataPtrTmp), [write]"+r"(writePtr), [pilots]"+r"(pilotVals), [tempVal]"+r"(tempVal), … in processSubCarrier20MHz() 572 pilotSym = 2*(pilotVals&1)-1; pilotVals>>=1; in processSubCarrier20MHz()
|