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

/freebsd-10.3-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c93 u_int32_t async_cause; local
124 async_cause = OS_REG_READ(ah, AR_HOSTIF_REG(ah, AR_INTR_ASYNC_CAUSE));
125 if (async_cause & AR_INTR_ASYNC_USED) {
149 if (!isr && !sync_cause && !async_cause) {
155 "%s: isr=0x%x, sync_cause=0x%x, async_cause=0x%x\n",
159 async_cause);
328 if (async_cause) {
331 AR_HOSTIF_REG(ah, AR_INTR_ASYNC_CAUSE_CLR), async_cause);
336 if (async_cause & AR_INTR_ASYNC_CAUSE_GPIO) {
337 ahp->ah_gpio_cause = (async_cause
[all...]

Completed in 104 milliseconds