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

  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
FwEvent.c 124 TI_UINT32 uFwTimeOffset; /* Offset in microseconds between driver and FW clocks */
512 pFwEvent->uFwTimeOffset = (os_timeStampMs (pFwEvent->hOs) * 1000) -
529 TRACE5(pFwEvent->hReport, REPORT_SEVERITY_INFORMATION, "fwEvent_SmHandleEvents: Status=%d, EventVector=0x%x, IntrPending=%d, NumPendHndlrs=%d, FwTimeOfst=%d\n", eStatus, pFwEvent->uEventVector, pFwEvent->bIntrPending, pFwEvent->uNumPendHndlrs, pFwEvent->uFwTimeOffset);
659 return ((uHostTime * 1000) - pFwEvent->uFwTimeOffset);
785 WLAN_OS_REPORT(("uFwTimeOffset = %d\n", pFwEvent->uFwTimeOffset));
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
FwEvent.c 118 TI_UINT32 uFwTimeOffset; /* Offset in microseconds between driver and FW clocks */
445 pFwEvent->uFwTimeOffset = (os_timeStampMs (pFwEvent->hOs) * 1000) -
498 return ((uHostTime * 1000) - pFwEvent->uFwTimeOffset);

Completed in 555 milliseconds