Searched refs:AR_INTR_SYNC_ENABLE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | mac.c | 792 REG_WRITE(ah, AR_INTR_SYNC_ENABLE, 0); in ath9k_hw_kill_interrupts() 793 (void) REG_READ(ah, AR_INTR_SYNC_ENABLE); in ath9k_hw_kill_interrupts() 830 REG_WRITE(ah, AR_INTR_SYNC_ENABLE, sync_default); in __ath9k_hw_enable_interrupts()
|
H A D | hw.c | 992 REG_WRITE(ah, AR_INTR_SYNC_ENABLE, sync_default); in ath9k_hw_init_interrupt_masks() 1385 REG_WRITE(ah, AR_INTR_SYNC_ENABLE, 0); in ath9k_hw_set_reset()
|
H A D | reg.h | 1045 #define AR_INTR_SYNC_ENABLE (AR_SREV_9340(ah) ? 0x4014 : 0x402c) macro
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | mac.c | 792 REG_WRITE(ah, AR_INTR_SYNC_ENABLE(ah), 0); in ath9k_hw_kill_interrupts() 793 (void) REG_READ(ah, AR_INTR_SYNC_ENABLE(ah)); in ath9k_hw_kill_interrupts() 830 REG_WRITE(ah, AR_INTR_SYNC_ENABLE(ah), sync_default); in __ath9k_hw_enable_interrupts()
|
H A D | hw.c | 991 REG_WRITE(ah, AR_INTR_SYNC_ENABLE(ah), sync_default); in ath9k_hw_init_interrupt_masks() 1384 REG_WRITE(ah, AR_INTR_SYNC_ENABLE(ah), 0); in ath9k_hw_set_reset()
|
H A D | reg.h | 1045 #define AR_INTR_SYNC_ENABLE(_ah) (AR_SREV_9340(_ah) ? 0x4014 : 0x402c) macro
|
Completed in 23 milliseconds