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

/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c284 uint32_t cycleCount, ctlBusy, extBusy; local
287 extBusy = OS_REG_READ(ah, AR_EXTRCCNT);
303 uint32_t extBusyDelta = extBusy - ahp->ah_extBusy;
340 ahp->ah_extBusy = extBusy;

Completed in 110 milliseconds