HomeSort by relevance Sort by last modified time
    Searched refs:INT64_HIGHER (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/TWD/MacServices/
measurementSrvDbgPrint.c 64 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/
scanMngr.c 79 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 );
    [all...]
  /hardware/ti/wlan/wl1271/utils/
tidef.h 261 #define INT64_HIGHER(x) *((TI_UINT32*)&(x))
316 * \def INT64_HIGHER
319 #define INT64_HIGHER(x) *(((TI_UINT32*)&(x))+1)
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 253 tnetSPSScanParams.scheduledGeneralParameters.scanCmdTime_h = ENDIAN_HANDLE_LONG( INT64_HIGHER(pScanVals->latestTSFValue) );
    [all...]

Completed in 101 milliseconds