Home
last modified time | relevance | path

Searched refs:AR_INTR_ASYNC_CAUSE_CLR (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_interrupts.c346 AR_HOSTIF_REG(ah, AR_INTR_ASYNC_CAUSE_CLR), async_cause); in ar9300_get_pending_interrupts()
348 (void) OS_REG_READ(ah, AR_HOSTIF_REG(ah, AR_INTR_ASYNC_CAUSE_CLR)); in ar9300_get_pending_interrupts()
HDar9300_attach.c4064 AR_HOSTIF_REG(ah, AR_INTR_ASYNC_CAUSE_CLR) = in ar9300_init_hostif_offsets()
4171 AR_HOSTIF_REG(ah, AR_INTR_ASYNC_CAUSE_CLR) = in ar9340_init_hostif_offsets()
HDar9300.h740 u_int32_t AR_INTR_ASYNC_CAUSE_CLR; member
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416reg.h43 #define AR_INTR_ASYNC_CAUSE_CLR 0x4038 /* clear pending interrupts */ macro