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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c304 uint32_t ctlBusyDelta = ctlBusy - ahp->ah_ctlBusy; local
314 if (cycleDelta > ctlBusyDelta) {
315 ctlClearDelta = cycleDelta - ctlBusyDelta;
333 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: cycleDelta 0x%x, ctlBusyDelta 0x%x, "
336 __func__, cycleDelta, ctlBusyDelta, extBusyDelta, ctlClearDelta, busy);

Completed in 33 milliseconds