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