Searched refs:AR_INTR_SYNC_CAUSE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9002_mac.c | 50 sync_cause = REG_READ(ah, AR_INTR_SYNC_CAUSE) & in ar9002_hw_get_isr()
|
H A D | ar9003_mac.c | 204 sync_cause = REG_READ(ah, AR_INTR_SYNC_CAUSE) & AR_INTR_SYNC_DEFAULT; in ar9003_hw_get_isr()
|
H A D | mac.c | 772 host_isr = REG_READ(ah, AR_INTR_SYNC_CAUSE); in ath9k_hw_intrpend()
|
H A D | hw.c | 991 REG_WRITE(ah, AR_INTR_SYNC_CAUSE, 0xFFFFFFFF); in ath9k_hw_init_interrupt_masks() 1376 tmpReg = REG_READ(ah, AR_INTR_SYNC_CAUSE); in ath9k_hw_set_reset()
|
H A D | reg.h | 1041 #define AR_INTR_SYNC_CAUSE (AR_SREV_9340(ah) ? 0x4010 : 0x4028) macro
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9002_mac.c | 50 sync_cause = REG_READ(ah, AR_INTR_SYNC_CAUSE(ah)) & in ar9002_hw_get_isr()
|
H A D | ar9003_mac.c | 205 sync_cause = REG_READ(ah, AR_INTR_SYNC_CAUSE(ah)) & AR_INTR_SYNC_DEFAULT; in ar9003_hw_get_isr()
|
H A D | mac.c | 772 host_isr = REG_READ(ah, AR_INTR_SYNC_CAUSE(ah)); in ath9k_hw_intrpend()
|
H A D | hw.c | 990 REG_WRITE(ah, AR_INTR_SYNC_CAUSE(ah), 0xFFFFFFFF); in ath9k_hw_init_interrupt_masks() 1375 tmpReg = REG_READ(ah, AR_INTR_SYNC_CAUSE(ah)); in ath9k_hw_set_reset()
|
H A D | reg.h | 1041 #define AR_INTR_SYNC_CAUSE(_ah) (AR_SREV_9340(_ah) ? 0x4010 : 0x4028) macro
|
Completed in 25 milliseconds