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 D | ar9002_mac.c | 204 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 D | ar9003_mac.c | 347 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 D | reg.h | 1042 #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 D | ar9002_mac.c | 204 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 D | ar9003_mac.c | 348 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 D | reg.h | 1042 #define AR_INTR_SYNC_CAUSE_CLR(_ah) (AR_SREV_9340(_ah) ? 0x4010 : 0x4028) macro
|
Completed in 16 milliseconds