Searched refs:extBusyDelta (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c303 uint32_t extBusyDelta = extBusy - ahp->ah_extBusy; local
323 busy = (extBusyDelta * 100) / ctlClearDelta;
332 "extBusyDelta 0x%x, ctlClearDelta 0x%x, "
334 __func__, cycleDelta, ctlBusyDelta, extBusyDelta, ctlClearDelta, busy);

Completed in 77 milliseconds