Searched refs:MaxModIntsPerSec (Results 1 – 3 of 3) sorted by relevance
164 ThresholdInts = ((M_DIMINFO.MaxModIntsPerSec * in SkDimModerate()174 M_DIMINFO.MaxModIntsPerSec = in SkDimModerate()481 ModBase = C_CLK_FREQ_GENESIS / pAC->DynIrqModInfo.MaxModIntsPerSec; in EnableIntMod()483 ModBase = C_CLK_FREQ_YUKON / pAC->DynIrqModInfo.MaxModIntsPerSec; in EnableIntMod()491 M_DIMINFO.MaxModIntsPerSec); in EnableIntMod()589 NewMaxModIntsPerSec = M_DIMINFO.MaxModIntsPerSec + in ResizeDimTimerDuration()590 (M_DIMINFO.MaxModIntsPerSec * ModAdjValue) / 100; in ResizeDimTimerDuration()592 NewMaxModIntsPerSec = M_DIMINFO.MaxModIntsPerSec - in ResizeDimTimerDuration()593 (M_DIMINFO.MaxModIntsPerSec * ModAdjValue) / 100; in ResizeDimTimerDuration()603 M_DIMINFO.MaxModIntsPerSec, NewMaxModIntsPerSec); in ResizeDimTimerDuration()[all …]
4203 pAC->DynIrqModInfo.MaxModIntsPerSec = C_INTS_PER_SEC_DEFAULT;4205 pAC->DynIrqModInfo.MaxModIntsPerSec = IntsPerSec[pAC->Index];4208 pAC->DynIrqModInfo.MaxModIntsPerSec = C_INTS_PER_SEC_DEFAULT;4215 pAC->DynIrqModInfo.MaxModIntsPerSec +4216 (pAC->DynIrqModInfo.MaxModIntsPerSec / 2);4219 pAC->DynIrqModInfo.MaxModIntsPerSec -4220 (pAC->DynIrqModInfo.MaxModIntsPerSec / 2);4692 pAC->DynIrqModInfo.MaxModIntsPerSec);4695 pAC->DynIrqModInfo.MaxModIntsPerSec);
393 int MaxModIntsPerSec; /* Moderation Threshold */ member