Home
last modified time | relevance | path

Searched refs:INT64_HIGHER (Results 1 – 9 of 9) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
DscanMngr.c1403 INT64_HIGHER( pScanMngr->currentTSF ) = pScanMngr->currTsfDtimMib.CurrentTSFHigh; in scanMngrGetCurrentTsfDtimMibCB()
1406 INT64_HIGHER( pScanMngr->lastLocalBcnTSF ) = pScanMngr->currTsfDtimMib.lastTBTTHigh; in scanMngrGetCurrentTsfDtimMibCB()
1413INT64_HIGHER( pScanMngr->currentTSF ), INT64_LOWER( pScanMngr->currentTSF ), in scanMngrGetCurrentTsfDtimMibCB()
1414INT64_HIGHER( pScanMngr->lastLocalBcnTSF ), INT64_LOWER( pScanMngr->lastLocalBcnTSF ), in scanMngrGetCurrentTsfDtimMibCB()
1853 INT64_HIGHER( (pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF) ) = in scanMngrUpdateBSSInfo()
1854 INT64_HIGHER( (pScanMngr->currentTSF) ) + 1; in scanMngrUpdateBSSInfo()
1858 INT64_HIGHER( (pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF) ) = in scanMngrUpdateBSSInfo()
1859 INT64_HIGHER( (pScanMngr->currentTSF) ); in scanMngrUpdateBSSInfo()
2748 highValue = INT64_HIGHER( pScanMngr->currentTSF ); in scanMngrAddSPSChannels()
2786 highValue = INT64_HIGHER( nextEventArray[ nextEventArraySize ].nextEventTSF ); in scanMngrAddSPSChannels()
[all …]
/system/wlan/ti/wilink_6_1/stad/src/Application/
DscanMngr.c79 divideeHigh = INT64_HIGHER( dividee ); in reminder64()
651 INT64_HIGHER( pScanMngr->currentTSF ) = pScanMngr->currTsfDtimMib.CurrentTSFHigh; in scanMngrGetCurrentTsfDtimMibCB()
654 INT64_HIGHER( pScanMngr->lastLocalBcnTSF ) = pScanMngr->currTsfDtimMib.lastTBTTHigh; in scanMngrGetCurrentTsfDtimMibCB()
659 …= %u-%u lastDTIMCount = %d \n", INT64_HIGHER( pScanMngr->currentTSF ), INT64_LOWER( pScanMngr->cur… in scanMngrGetCurrentTsfDtimMibCB()
1069 INT64_HIGHER( (pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF)) = in scanMngrUpdateBSSInfo()
1070 INT64_HIGHER( (pScanMngr->currentTSF)) + 1; in scanMngrUpdateBSSInfo()
1074 INT64_HIGHER( (pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF)) = in scanMngrUpdateBSSInfo()
1075 INT64_HIGHER( (pScanMngr->currentTSF)); in scanMngrUpdateBSSInfo()
1955 highValue = INT64_HIGHER( pScanMngr->currentTSF ); in scanMngrAddSPSChannels()
1992 highValue = INT64_HIGHER( nextEventArray[ nextEventArraySize ].nextEventTSF ); in scanMngrAddSPSChannels()
[all …]
/system/wlan/ti/wilink_6_1/TWD/MacServices/
DmeasurementSrvDbgPrint.c64 …n", pMsrRequest->band, pMsrRequest->channel, pMsrRequest->txPowerDbm, INT64_HIGHER(pMsrRequest->st… in measurementSRVPrintRequest()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
DmeasurementSrvDbgPrint.c90 INT64_HIGHER( pMsrRequest->startTime ), INT64_LOWER( pMsrRequest->startTime )) ); in measurementSRVPrintRequest()
/system/wlan/ti/wilink_6_1/utils/
Dtidef.h266 #define INT64_HIGHER(x) *((TI_UINT32*)&(x)) macro
324 #define INT64_HIGHER(x) *(((TI_UINT32*)&(x))+1) macro
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
Dutils.h113 #define INT64_HIGHER(x) *((UINT32*)&(x)) macro
128 #define INT64_HIGHER(x) *(((UINT32*)&(x))+1) macro
Dutils.c1854 divideeHigh = INT64_HIGHER( dividee ); in reminder64()
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
DCmdBldCmd.c256 …tnetSPSScanParams.scheduledGeneralParameters.scanCmdTime_h = ENDIAN_HANDLE_LONG( INT64_HIGHER(pSca… in cmdBld_CmdStartSPSScan()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
DwhalCtrl.c1591 …tnetSPSScanParams.scheduledGeneralParameters.scanCmdTime_h = ENDIAN_HANDLE_LONG( INT64_HIGHER(pSca… in whalCtrl_StartSPSScan()