Searched refs:INT64_HIGHER (Results 1 – 4 of 4) sorted by relevance
79 divideeHigh = INT64_HIGHER( dividee ); in reminder64()660 INT64_HIGHER( pScanMngr->currentTSF ) = pScanMngr->currTsfDtimMib.CurrentTSFHigh; in scanMngrGetCurrentTsfDtimMibCB()663 INT64_HIGHER( pScanMngr->lastLocalBcnTSF ) = pScanMngr->currTsfDtimMib.lastTBTTHigh; in scanMngrGetCurrentTsfDtimMibCB()668 …= %u-%u lastDTIMCount = %d \n", INT64_HIGHER( pScanMngr->currentTSF ), INT64_LOWER( pScanMngr->cur… in scanMngrGetCurrentTsfDtimMibCB()1114 INT64_HIGHER( (pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF)) = in scanMngrUpdateBSSInfo()1115 INT64_HIGHER( (pScanMngr->currentTSF)) + 1; in scanMngrUpdateBSSInfo()1119 INT64_HIGHER( (pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF)) = in scanMngrUpdateBSSInfo()1120 INT64_HIGHER( (pScanMngr->currentTSF)); in scanMngrUpdateBSSInfo()2062 highValue = INT64_HIGHER( pScanMngr->currentTSF ); in scanMngrAddSPSChannels()2107 highValue = INT64_HIGHER( nextEventArray[ nextEventArraySize ].nextEventTSF ); in scanMngrAddSPSChannels()[all …]
64 …n", pMsrRequest->band, pMsrRequest->channel, pMsrRequest->txPowerDbm, INT64_HIGHER(pMsrRequest->st… in measurementSRVPrintRequest()
261 #define INT64_HIGHER(x) *((TI_UINT32*)&(x)) macro319 #define INT64_HIGHER(x) *(((TI_UINT32*)&(x))+1) macro
253 …tnetSPSScanParams.scheduledGeneralParameters.scanCmdTime_h = ENDIAN_HANDLE_LONG( INT64_HIGHER(pSca… in cmdBld_CmdStartSPSScan()