sync_cause         38 drivers/net/wireless/ath/ath9k/ar9002_mac.c 	u32 sync_cause = 0;
sync_cause         50 drivers/net/wireless/ath/ath9k/ar9002_mac.c 		sync_cause = REG_READ(ah, AR_INTR_SYNC_CAUSE) &
sync_cause         55 drivers/net/wireless/ath/ath9k/ar9002_mac.c 		if (!isr && !sync_cause)
sync_cause        173 drivers/net/wireless/ath/ath9k/ar9002_mac.c 	if (sync_cause) {
sync_cause        175 drivers/net/wireless/ath/ath9k/ar9002_mac.c 			*sync_cause_p = sync_cause;
sync_cause        177 drivers/net/wireless/ath/ath9k/ar9002_mac.c 			(sync_cause &
sync_cause        182 drivers/net/wireless/ath/ath9k/ar9002_mac.c 			if (sync_cause & AR_INTR_SYNC_HOST1_FATAL) {
sync_cause        186 drivers/net/wireless/ath/ath9k/ar9002_mac.c 			if (sync_cause & AR_INTR_SYNC_HOST1_PERR) {
sync_cause        192 drivers/net/wireless/ath/ath9k/ar9002_mac.c 		if (sync_cause & AR_INTR_SYNC_RADM_CPL_TIMEOUT) {
sync_cause        199 drivers/net/wireless/ath/ath9k/ar9002_mac.c 		if (sync_cause & AR_INTR_SYNC_LOCAL_TIMEOUT) {
sync_cause        204 drivers/net/wireless/ath/ath9k/ar9002_mac.c 		REG_WRITE(ah, AR_INTR_SYNC_CAUSE_CLR, sync_cause);
sync_cause        189 drivers/net/wireless/ath/ath9k/ar9003_mac.c 	u32 sync_cause = 0, async_cause, async_mask = AR_INTR_MAC_IRQ;
sync_cause        204 drivers/net/wireless/ath/ath9k/ar9003_mac.c 	sync_cause = REG_READ(ah, AR_INTR_SYNC_CAUSE) & AR_INTR_SYNC_DEFAULT;
sync_cause        208 drivers/net/wireless/ath/ath9k/ar9003_mac.c 	if (!isr && !sync_cause && !async_cause)
sync_cause        317 drivers/net/wireless/ath/ath9k/ar9003_mac.c 	if (sync_cause) {
sync_cause        319 drivers/net/wireless/ath/ath9k/ar9003_mac.c 			*sync_cause_p = sync_cause;
sync_cause        321 drivers/net/wireless/ath/ath9k/ar9003_mac.c 			(sync_cause &
sync_cause        326 drivers/net/wireless/ath/ath9k/ar9003_mac.c 			if (sync_cause & AR_INTR_SYNC_HOST1_FATAL) {
sync_cause        330 drivers/net/wireless/ath/ath9k/ar9003_mac.c 			if (sync_cause & AR_INTR_SYNC_HOST1_PERR) {
sync_cause        337 drivers/net/wireless/ath/ath9k/ar9003_mac.c 		if (sync_cause & AR_INTR_SYNC_RADM_CPL_TIMEOUT) {
sync_cause        343 drivers/net/wireless/ath/ath9k/ar9003_mac.c 		if (sync_cause & AR_INTR_SYNC_LOCAL_TIMEOUT)
sync_cause        347 drivers/net/wireless/ath/ath9k/ar9003_mac.c 		REG_WRITE(ah, AR_INTR_SYNC_CAUSE_CLR, sync_cause);
sync_cause         29 drivers/net/wireless/ath/ath9k/debug.c void ath9k_debug_sync_cause(struct ath_softc *sc, u32 sync_cause)
sync_cause         31 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause)
sync_cause         33 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_RTC_IRQ)
sync_cause         35 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_MAC_IRQ)
sync_cause         37 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_EEPROM_ILLEGAL_ACCESS)
sync_cause         39 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_APB_TIMEOUT)
sync_cause         41 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_PCI_MODE_CONFLICT)
sync_cause         43 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_HOST1_FATAL)
sync_cause         45 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_HOST1_PERR)
sync_cause         47 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_TRCV_FIFO_PERR)
sync_cause         49 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_RADM_CPL_EP)
sync_cause         51 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_RADM_CPL_DLLP_ABORT)
sync_cause         53 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_RADM_CPL_TLP_ABORT)
sync_cause         55 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_RADM_CPL_ECRC_ERR)
sync_cause         57 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_RADM_CPL_TIMEOUT)
sync_cause         59 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_LOCAL_TIMEOUT)
sync_cause         61 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_PM_ACCESS)
sync_cause         63 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_MAC_AWAKE)
sync_cause         65 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_MAC_ASLEEP)
sync_cause         67 drivers/net/wireless/ath/ath9k/debug.c 	if (sync_cause & AR_INTR_SYNC_MAC_SLEEP_ACCESS)
sync_cause        277 drivers/net/wireless/ath/ath9k/debug.h void ath9k_debug_sync_cause(struct ath_softc *sc, u32 sync_cause);
sync_cause        312 drivers/net/wireless/ath/ath9k/debug.h ath9k_debug_sync_cause(struct ath_softc *sc, u32 sync_cause)
sync_cause        503 drivers/net/wireless/ath/ath9k/main.c 	u32 sync_cause = 0;
sync_cause        524 drivers/net/wireless/ath/ath9k/main.c 	ath9k_hw_getisr(ah, &status, &sync_cause); /* NB: clears ISR too */
sync_cause        525 drivers/net/wireless/ath/ath9k/main.c 	ath9k_debug_sync_cause(sc, sync_cause);