Home
last modified time | relevance | path

Searched refs:utilValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c5087 uint64_t clkCnt, utilValue, effValue; in FM_CtrlMonGetCounters() local
5102 utilValue = (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()