Searched refs:cycleDelta (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c301 uint32_t cycleDelta = cycleCount - ahp->ah_cycleCount; local
312 if (cycleDelta > ctlBusyDelta) {
313 ctlClearDelta = cycleDelta - ctlBusyDelta;
331 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: cycleDelta 0x%x, ctlBusyDelta 0x%x, "
334 __func__, cycleDelta, ctlBusyDelta, extBusyDelta, ctlClearDelta, busy);

Completed in 60 milliseconds