Home
last modified time | relevance | path

Searched refs:AR_INTR_SYNC_CAUSE_CLR (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dar9002_mac.c204 REG_WRITE(ah, AR_INTR_SYNC_CAUSE_CLR(ah), sync_cause); in ar9002_hw_get_isr()
205 (void) REG_READ(ah, AR_INTR_SYNC_CAUSE_CLR(ah)); in ar9002_hw_get_isr()
H A Dar9003_mac.c348 REG_WRITE(ah, AR_INTR_SYNC_CAUSE_CLR(ah), sync_cause); in ar9003_hw_get_isr()
349 (void) REG_READ(ah, AR_INTR_SYNC_CAUSE_CLR(ah)); in ar9003_hw_get_isr()
H A Dreg.h1042 #define AR_INTR_SYNC_CAUSE_CLR(_ah) (AR_SREV_9340(_ah) ? 0x4010 : 0x4028) macro