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

  /hardware/ti/wlan/wl1271/utils/
timer.c 61 TI_UINT32 uTwdInitCount; /* Increments on each TWD init (i.e. recovery) */
76 TI_UINT32 uTwdInitCountWhenStarted; /* The uTwdInitCount value when the timer was started */
239 pTimerModule->uTwdInitCount = 0;
306 pTimerModule->uTwdInitCount++;
453 pTimerInfo->uTwdInitCountWhenStarted = pTimerModule->uTwdInitCount;
599 bTwdInitOccured = (pTimerModule->uTwdInitCount != pTimerInfo->uTwdInitCountWhenStarted);
642 WLAN_OS_REPORT(("tmr_PrintModule(): uContextId=%d, bOperState=%d, uTwdInitCount=%d, uTimersCount=%d\n",
644 pTimerModule->uTwdInitCount, pTimerModule->uTimersCount));
  /system/wlan/ti/wilink_6_1/utils/
timer.c 62 TI_UINT32 uTwdInitCount; /* Increments on each TWD init (i.e. recovery) */
77 TI_UINT32 uTwdInitCountWhenStarted; /* The uTwdInitCount value when the timer was started */
250 pTimerModule->uTwdInitCount = 0;
318 pTimerModule->uTwdInitCount++;
473 pTimerInfo->uTwdInitCountWhenStarted = pTimerModule->uTwdInitCount;
619 bTwdInitOccured = (pTimerModule->uTwdInitCount != pTimerInfo->uTwdInitCountWhenStarted);
662 WLAN_OS_REPORT(("tmr_PrintModule(): uContextId=%d, bOperState=%d, uTwdInitCount=%d, uTimersCount=%d\n",
664 pTimerModule->uTwdInitCount, pTimerModule->uTimersCount));

Completed in 222 milliseconds