Lines Matching refs:DynIrqModInfo
129 #define M_DIMINFO pAC->DynIrqModInfo in SkDimModerate()
218 SkTimerStart(pAC, pAC->IoBase, &pAC->DynIrqModInfo.ModTimer, in SkDimStartModerationTimer()
364 if (pAC->DynIrqModInfo.MaskIrqModeration == IRQ_MASK_TX_ONLY) { in GetIsrCalls()
367 pAC->DynIrqModInfo.PrevPort1TxIntrCts; in GetIsrCalls()
370 pAC->DynIrqModInfo.PrevPort0TxIntrCts; in GetIsrCalls()
371 } else if (pAC->DynIrqModInfo.MaskIrqModeration == IRQ_MASK_RX_ONLY) { in GetIsrCalls()
374 pAC->DynIrqModInfo.PrevPort1RxIntrCts; in GetIsrCalls()
377 pAC->DynIrqModInfo.PrevPort0RxIntrCts; in GetIsrCalls()
381 pAC->DynIrqModInfo.PrevPort1RxIntrCts; in GetIsrCalls()
383 pAC->DynIrqModInfo.PrevPort1TxIntrCts; in GetIsrCalls()
386 pAC->DynIrqModInfo.PrevPort0RxIntrCts; in GetIsrCalls()
388 pAC->DynIrqModInfo.PrevPort0TxIntrCts; in GetIsrCalls()
413 pAC->DynIrqModInfo.PrevPort1RxIntrCts; in GetRxCalls()
416 pAC->DynIrqModInfo.PrevPort0RxIntrCts; in GetRxCalls()
435 pAC->DynIrqModInfo.PrevPort1RxIntrCts = pAC->Pnmi.Port[1].RxIntrCts; in SetCurrIntCtr()
436 pAC->DynIrqModInfo.PrevPort1TxIntrCts = pAC->Pnmi.Port[1].TxIntrCts; in SetCurrIntCtr()
438 pAC->DynIrqModInfo.PrevPort0RxIntrCts = pAC->Pnmi.Port[0].RxIntrCts; in SetCurrIntCtr()
439 pAC->DynIrqModInfo.PrevPort0TxIntrCts = pAC->Pnmi.Port[0].TxIntrCts; in SetCurrIntCtr()
481 ModBase = C_CLK_FREQ_GENESIS / pAC->DynIrqModInfo.MaxModIntsPerSec; in EnableIntMod()
483 ModBase = C_CLK_FREQ_YUKON / pAC->DynIrqModInfo.MaxModIntsPerSec; in EnableIntMod()
487 SK_OUT32(pAC->IoBase, B2_IRQM_MSK, pAC->DynIrqModInfo.MaskIrqModeration); in EnableIntMod()
616 ModBase = C_CLK_FREQ_GENESIS / pAC->DynIrqModInfo.MaxModIntsPerSec; in ResizeDimTimerDuration()
618 ModBase = C_CLK_FREQ_YUKON / pAC->DynIrqModInfo.MaxModIntsPerSec; in ResizeDimTimerDuration()
639 if (pAC->DynIrqModInfo.DisplayStats) { in DisplaySelectedModerationType()
640 if (pAC->DynIrqModInfo.IntModTypeSelect == C_INT_MOD_STATIC) { in DisplaySelectedModerationType()
642 pAC->DynIrqModInfo.MaxModIntsPerSec); in DisplaySelectedModerationType()
643 } else if (pAC->DynIrqModInfo.IntModTypeSelect == C_INT_MOD_DYNAMIC) { in DisplaySelectedModerationType()
646 pAC->DynIrqModInfo.MaxModIntsPerSec); in DisplaySelectedModerationType()
668 if (pAC->DynIrqModInfo.DisplayStats) { in DisplaySelectedModerationMask()
669 if (pAC->DynIrqModInfo.IntModTypeSelect != C_INT_MOD_NONE) { in DisplaySelectedModerationMask()
670 switch (pAC->DynIrqModInfo.MaskIrqModeration) { in DisplaySelectedModerationMask()
715 if (pAC->DynIrqModInfo.DisplayStats) { in DisplayDescrRatio()