Home
last modified time | relevance | path

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

/freebsd-13-stable/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.c4132 AR_HOSTIF_REG(ah, AR_INTR_ASYNC_CAUSE_CLR) = in ar9300_init_hostif_offsets()
4239 AR_HOSTIF_REG(ah, AR_INTR_ASYNC_CAUSE_CLR) = in ar9340_init_hostif_offsets()
HDar9300.h732 u_int32_t AR_INTR_ASYNC_CAUSE_CLR; member
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416reg.h43 #define AR_INTR_ASYNC_CAUSE_CLR 0x4038 /* clear pending interrupts */ macro