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

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1636 u_int32_t cycle_count, ctl_busy, ext_busy; local
1642 ctl_busy = OS_REG_READ(ah, AR_RCCNT);
1647 (ahp->ah_ctl_busy > ctl_busy) || (ahp->ah_ext_busy > ext_busy))
1694 ahp->ah_ctl_busy = ctl_busy;

Completed in 78 milliseconds