Lines Matching refs:sync_cause

29 void ath9k_debug_sync_cause(struct ath_softc *sc, u32 sync_cause)  in ath9k_debug_sync_cause()  argument
31 if (sync_cause) in ath9k_debug_sync_cause()
33 if (sync_cause & AR_INTR_SYNC_RTC_IRQ) in ath9k_debug_sync_cause()
35 if (sync_cause & AR_INTR_SYNC_MAC_IRQ) in ath9k_debug_sync_cause()
37 if (sync_cause & AR_INTR_SYNC_EEPROM_ILLEGAL_ACCESS) in ath9k_debug_sync_cause()
39 if (sync_cause & AR_INTR_SYNC_APB_TIMEOUT) in ath9k_debug_sync_cause()
41 if (sync_cause & AR_INTR_SYNC_PCI_MODE_CONFLICT) in ath9k_debug_sync_cause()
43 if (sync_cause & AR_INTR_SYNC_HOST1_FATAL) in ath9k_debug_sync_cause()
45 if (sync_cause & AR_INTR_SYNC_HOST1_PERR) in ath9k_debug_sync_cause()
47 if (sync_cause & AR_INTR_SYNC_TRCV_FIFO_PERR) in ath9k_debug_sync_cause()
49 if (sync_cause & AR_INTR_SYNC_RADM_CPL_EP) in ath9k_debug_sync_cause()
51 if (sync_cause & AR_INTR_SYNC_RADM_CPL_DLLP_ABORT) in ath9k_debug_sync_cause()
53 if (sync_cause & AR_INTR_SYNC_RADM_CPL_TLP_ABORT) in ath9k_debug_sync_cause()
55 if (sync_cause & AR_INTR_SYNC_RADM_CPL_ECRC_ERR) in ath9k_debug_sync_cause()
57 if (sync_cause & AR_INTR_SYNC_RADM_CPL_TIMEOUT) in ath9k_debug_sync_cause()
59 if (sync_cause & AR_INTR_SYNC_LOCAL_TIMEOUT) in ath9k_debug_sync_cause()
61 if (sync_cause & AR_INTR_SYNC_PM_ACCESS) in ath9k_debug_sync_cause()
63 if (sync_cause & AR_INTR_SYNC_MAC_AWAKE) in ath9k_debug_sync_cause()
65 if (sync_cause & AR_INTR_SYNC_MAC_ASLEEP) in ath9k_debug_sync_cause()
67 if (sync_cause & AR_INTR_SYNC_MAC_SLEEP_ACCESS) in ath9k_debug_sync_cause()