Searched refs:INT64_LOWER (Results 1 – 4 of 4) sorted by relevance
80 divideeLow = INT64_LOWER( dividee ); in reminder64()661 INT64_LOWER( pScanMngr->currentTSF ) = pScanMngr->currTsfDtimMib.CurrentTSFLow; in scanMngrGetCurrentTsfDtimMibCB()664 INT64_LOWER( pScanMngr->lastLocalBcnTSF ) = pScanMngr->currTsfDtimMib.lastTBTTLow; in scanMngrGetCurrentTsfDtimMibCB()668 …HER( pScanMngr->currentTSF ), INT64_LOWER( pScanMngr->currentTSF ), INT64_HIGHER( pScanMngr->lastL… in scanMngrGetCurrentTsfDtimMibCB()1112 if ( INT64_LOWER( (pScanMngr->currentTSF)) > frameInfo->staTSF ) in scanMngrUpdateBSSInfo()1122 INT64_LOWER( (pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF)) = frameInfo->staTSF; in scanMngrUpdateBSSInfo()2063 lowValue = INT64_LOWER( pScanMngr->currentTSF ); in scanMngrAddSPSChannels()2108 lowValue = INT64_LOWER( nextEventArray[ nextEventArraySize ].nextEventTSF ); in scanMngrAddSPSChannels()2178 INT64_LOWER( (nextEventArray[ nextEventArrayHead ].nextEventTSF)); in scanMngrAddSPSChannels()2236 lowValue = INT64_LOWER( nextEventArray[ nextEventArrayHead ].nextEventTSF ); in scanMngrAddSPSChannels()[all …]
64 …hannel, pMsrRequest->txPowerDbm, INT64_HIGHER(pMsrRequest->startTime), INT64_LOWER(pMsrRequest->st… in measurementSRVPrintRequest()
260 #define INT64_LOWER(x) *(((TI_UINT32*)&(x))+1) macro324 #define INT64_LOWER(x) *((TI_UINT32*)&(x)) macro
254 …tnetSPSScanParams.scheduledGeneralParameters.scanCmdTime_l = ENDIAN_HANDLE_LONG( INT64_LOWER(pScan… in cmdBld_CmdStartSPSScan()