Home
last modified time | relevance | path

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 Dar9002_mac.c50 sync_cause = REG_READ(ah, AR_INTR_SYNC_CAUSE) & in ar9002_hw_get_isr()
H A Dar9003_mac.c204 sync_cause = REG_READ(ah, AR_INTR_SYNC_CAUSE) & AR_INTR_SYNC_DEFAULT; in ar9003_hw_get_isr()
H A Dmac.c772 host_isr = REG_READ(ah, AR_INTR_SYNC_CAUSE); in ath9k_hw_intrpend()
H A Dhw.c991 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 Dreg.h1041 #define AR_INTR_SYNC_CAUSE (AR_SREV_9340(ah) ? 0x4010 : 0x4028) macro
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dar9002_mac.c50 sync_cause = REG_READ(ah, AR_INTR_SYNC_CAUSE(ah)) & in ar9002_hw_get_isr()
H A Dar9003_mac.c205 sync_cause = REG_READ(ah, AR_INTR_SYNC_CAUSE(ah)) & AR_INTR_SYNC_DEFAULT; in ar9003_hw_get_isr()
H A Dmac.c772 host_isr = REG_READ(ah, AR_INTR_SYNC_CAUSE(ah)); in ath9k_hw_intrpend()
H A Dhw.c990 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 Dreg.h1041 #define AR_INTR_SYNC_CAUSE(_ah) (AR_SREV_9340(_ah) ? 0x4010 : 0x4028) macro

Completed in 25 milliseconds