Home
last modified time | relevance | path

Searched refs:INT64_LOWER (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Application/
DscanMngr.c80 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 …]
/hardware/ti/wlan/wl1271/TWD/MacServices/
DmeasurementSrvDbgPrint.c64 …hannel, pMsrRequest->txPowerDbm, INT64_HIGHER(pMsrRequest->startTime), INT64_LOWER(pMsrRequest->st… in measurementSRVPrintRequest()
/hardware/ti/wlan/wl1271/utils/
Dtidef.h260 #define INT64_LOWER(x) *(((TI_UINT32*)&(x))+1) macro
324 #define INT64_LOWER(x) *((TI_UINT32*)&(x)) macro
/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBldCmd.c254 …tnetSPSScanParams.scheduledGeneralParameters.scanCmdTime_l = ENDIAN_HANDLE_LONG( INT64_LOWER(pScan… in cmdBld_CmdStartSPSScan()