Searched refs:INT64_HIGHER (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/MacServices/
H A DmeasurementSrvDbgPrint.c64 TRACE5( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "band: %d, channel:%d, TX power level: %d, start time: %x-%x\n", pMsrRequest->band, pMsrRequest->channel, pMsrRequest->txPowerDbm, INT64_HIGHER(pMsrRequest->startTime), INT64_LOWER(pMsrRequest->startTime));
/hardware/ti/wlan/wl1271/stad/src/Application/
H A DscanMngr.c79 divideeHigh = INT64_HIGHER( dividee );
660 INT64_HIGHER( pScanMngr->currentTSF ) = pScanMngr->currTsfDtimMib.CurrentTSFHigh;
663 INT64_HIGHER( pScanMngr->lastLocalBcnTSF ) = pScanMngr->currTsfDtimMib.lastTBTTHigh;
668 TRACE5( pScanMngr->hReport , REPORT_SEVERITY_INFORMATION, "\n currentTSF = %u-%u lastLocalBcnTSF = %u-%u lastDTIMCount = %d \n", INT64_HIGHER( pScanMngr->currentTSF ), INT64_LOWER( pScanMngr->currentTSF ), INT64_HIGHER( pScanMngr->lastLocalBcnTSF ), INT64_LOWER( pScanMngr->lastLocalBcnTSF ), pScanMngr->lastLocalBcnDTIMCount );
1114 INT64_HIGHER( (pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF)) =
1115 INT64_HIGHER( (pScanMngr->currentTSF)) + 1;
1119 INT64_HIGHER( (pScanMngr->BSSList.scanBSSList[ BSSListIndex ].localTSF)) =
1120 INT64_HIGHER( (pScanMngr->currentTSF));
2062 highValue = INT64_HIGHER( pScanMng
[all...]
/hardware/ti/wlan/wl1271/utils/
H A Dtidef.h261 #define INT64_HIGHER(x) *((TI_UINT32*)&(x)) macro
316 * \def INT64_HIGHER
319 #define INT64_HIGHER(x) *(((TI_UINT32*)&(x))+1) macro
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCmd.c253 tnetSPSScanParams.scheduledGeneralParameters.scanCmdTime_h = ENDIAN_HANDLE_LONG( INT64_HIGHER(pScanVals->latestTSFValue) );

Completed in 81 milliseconds