HomeSort by relevance Sort by last modified time
    Searched refs:INT64_LOWER (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 80 divideeLow = INT64_LOWER( dividee );
661 INT64_LOWER( pScanMngr->currentTSF ) = pScanMngr->currTsfDtimMib.CurrentTSFLow;
664 INT64_LOWER( pScanMngr->lastLocalBcnTSF ) = pScanMngr->currTsfDtimMib.lastTBTTLow;
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 260 #define INT64_LOWER(x) *(((TI_UINT32*)&(x))+1)
321 * \def INT64_LOWER
324 #define INT64_LOWER(x) *((TI_UINT32*)&(x))
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 254 tnetSPSScanParams.scheduledGeneralParameters.scanCmdTime_l = ENDIAN_HANDLE_LONG( INT64_LOWER(pScanVals->latestTSFValue) );
    [all...]

Completed in 139 milliseconds