Searched refs:AR_INTR_SYNC_CAUSE_CLR (Results 1 – 3 of 3) sorted by relevance
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()
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()
1042 #define AR_INTR_SYNC_CAUSE_CLR (AR_SREV_9340(ah) ? 0x4010 : 0x4028) macro