Searched refs:clkCnt (Results 1 – 1 of 1) sorted by relevance
5087 uint64_t clkCnt, utilValue, effValue; in FM_CtrlMonGetCounters() local5099 clkCnt = (uint64_t) in FM_CtrlMonGetCounters()5108 p_Mon->percentCnt[0] = (uint8_t)(((clkCnt - utilValue) * 100) / clkCnt); in FM_CtrlMonGetCounters()5109 if (clkCnt != utilValue) in FM_CtrlMonGetCounters()5110 …p_Mon->percentCnt[1] = (uint8_t)((((clkCnt - utilValue) - effValue) * 100) / (clkCnt - utilValue)); in FM_CtrlMonGetCounters()