Searched refs:sPollCount (Results 1 – 1 of 1) sorted by relevance
237 uint16_t sPollCount = (TIMER_COUNT_MASK & ((rsp[5] << 8) | rsp[4])); in ProcessPowerTrackNtf() local239 "Poll/Timer count recived from FW is %d and rsp_len :%d", sPollCount, in ProcessPowerTrackNtf()243 activeTime = sPollCount * ACTIVE_TIME_PER_TIMER_COUNT_IN_MILLISEC; in ProcessPowerTrackNtf()263 standbyTime = (sPollCount * ((uint64_t)mStandbyTimePerDiscLoopInMillisec)); in ProcessPowerTrackNtf()273 mActiveInfo.totalTransitions += sPollCount; in ProcessPowerTrackNtf()275 mStandbyInfo.totalTransitions += (sPollCount + 1); in ProcessPowerTrackNtf()