Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A 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()
H A 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()
H A Dreg.h1042 #define AR_INTR_SYNC_CAUSE_CLR (AR_SREV_9340(ah) ? 0x4010 : 0x4028) macro
/kernel/linux/linux-6.6/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

Completed in 28 milliseconds