Home
last modified time | relevance | path

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

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