HomeSort by relevance Sort by last modified time
    Searched refs:INT64_HIGHER (Results 1 - 13 of 13) 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));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
measurementSrvDbgPrint.c 90 INT64_HIGHER( pMsrRequest->startTime ), INT64_LOWER( pMsrRequest->startTime )) );
  /system/wlan/ti/wilink_6_1/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...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngr.c 79 divideeHigh = INT64_HIGHER( dividee );
651 INT64_HIGHER( pScanMngr->currentTSF ) = pScanMngr->currTsfDtimMib.CurrentTSFHigh;
654 INT64_HIGHER( pScanMngr->lastLocalBcnTSF ) = pScanMngr->currTsfDtimMib.lastTBTTHigh;
659 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...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
scanMngr.c     [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)
  /system/wlan/ti/wilink_6_1/utils/
tidef.h 266 #define INT64_HIGHER(x) *((TI_UINT32*)&(x))
321 * \def INT64_HIGHER
324 #define INT64_HIGHER(x) *(((TI_UINT32*)&(x))+1)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.h 113 #define INT64_HIGHER(x) *((UINT32*)&(x))
128 #define INT64_HIGHER(x) *(((UINT32*)&(x))+1)
utils.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 253 tnetSPSScanParams.scheduledGeneralParameters.scanCmdTime_h = ENDIAN_HANDLE_LONG( INT64_HIGHER(pScanVals->latestTSFValue) );
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCmd.c 256 tnetSPSScanParams.scheduledGeneralParameters.scanCmdTime_h = ENDIAN_HANDLE_LONG( INT64_HIGHER(pScanVals->latestTSFValue) );
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalCtrl.c     [all...]

Completed in 186 milliseconds